Skip to content

Commit 619fcde

Browse files
authored
ci: exclude build for dependabot and gh-pages branches
1 parent 04b49ee commit 619fcde

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CI
2-
on: push
2+
on:
3+
push:
4+
branches-ignore:
5+
- dependabot/**
6+
- gh-pages
37
permissions:
48
contents: write
59
pull-requests: write

0 commit comments

Comments
 (0)