Skip to content

Commit 679d94b

Browse files
committed
ignore gh-pages for CI
1 parent 01acea8 commit 679d94b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Java CI
2-
on: [push, pull_request]
2+
on:
3+
branches-ignore:
4+
- 'gh-pages'
5+
pull_request:
6+
branches-ignore:
7+
- 'gh-pages'
38

49
permissions:
510
contents: write # Required to push the badge SVG back to the repo

0 commit comments

Comments
 (0)