Skip to content

Commit 76a68e4

Browse files
fix(ci): run test when pushing to main
1 parent 53fb290 commit 76a68e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: 'Ionicons Build'
33
on:
44
pull_request:
55
branches: ['**']
6+
push:
7+
branches: ['main']
68

79
# When pushing a new commit we should
810
# cancel the previous test run to not

0 commit comments

Comments
 (0)