Run ci only from main with push
- This prevents accidental publish(when that's added) if some random branch is added.
This commit is contained in:
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@@ -3,6 +3,8 @@ name: CI
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user