Skip to content

Commit a24b455

Browse files
committed
ci: ignore graphite-base branches
1 parent 48569c0 commit a24b455

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: [main] # Run tests/lint/build on pushes to main
66
pull_request: # Run tests/lint/build on PRs
7+
types: [opened, reopened, synchronize]
8+
branches-ignore:
9+
- "**/graphite-base/**"
710
release:
811
types: [published] # Trigger publish job when a GitHub release is published
912

0 commit comments

Comments
 (0)