We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b49ee commit 619fcdeCopy full SHA for 619fcde
.github/workflows/ci.yml
@@ -1,5 +1,9 @@
1
name: CI
2
-on: push
+on:
3
+ push:
4
+ branches-ignore:
5
+ - dependabot/**
6
+ - gh-pages
7
permissions:
8
contents: write
9
pull-requests: write
0 commit comments