We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48569c0 commit a24b455Copy full SHA for a24b455
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches: [main] # Run tests/lint/build on pushes to main
6
pull_request: # Run tests/lint/build on PRs
7
+ types: [opened, reopened, synchronize]
8
+ branches-ignore:
9
+ - "**/graphite-base/**"
10
release:
11
types: [published] # Trigger publish job when a GitHub release is published
12
0 commit comments