Skip to content

Commit

Permalink
[ci] Ignore CI for push events on dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchong committed Dec 14, 2024
1 parent 547ffd5 commit 9124555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
name: Tests on JDK 8
on:
push:
branches:
- main
- release-**
- ci-**
pull_request:
paths-ignore:
- 'website/**'
Expand Down

0 comments on commit 9124555

Please sign in to comment.