Skip to content

Commit afeb4b0

Browse files
committed
fix: Ignore main branch when checking the build
1 parent 835cd65 commit afeb4b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Check build
2-
on: [push]
2+
on:
3+
push:
4+
branches-ignore:
5+
- main
36

47
jobs:
58
check:

0 commit comments

Comments
 (0)