Skip to content

Commit 338afdf

Browse files
authored
Fix build workflow to run once on prs
1 parent fda243a commit 338afdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml .github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
on:
22
push:
3-
pull_request:
43
branches:
54
- main
5+
pull_request:
6+
branches-ignore:
7+
- 'dependabot/**'
68
name: Octicons Build
79
jobs:
810
setup:

0 commit comments

Comments
 (0)