We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda243a commit 338afdfCopy full SHA for 338afdf
.github/workflows/push.yml .github/workflows/build.yml
@@ -1,8 +1,10 @@
1
on:
2
push:
3
- pull_request:
4
branches:
5
- main
+ pull_request:
6
+ branches-ignore:
7
+ - 'dependabot/**'
8
name: Octicons Build
9
jobs:
10
setup:
0 commit comments