Skip to content

Commit 0a71b13

Browse files
committed
Fixed a bug where workflow trigger got reverted back to push
1 parent 5aa1708 commit 0a71b13

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build_icons.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Build Icons
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
39
jobs:
410
build:
511
name: Get Fonts From Icomoon

0 commit comments

Comments
 (0)