Skip to content

Commit 322fb60

Browse files
committed
Trigger push CI only on main branch
1 parent f693eb2 commit 322fb60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Build
2-
on: [ push, pull_request ]
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
38

49
jobs:
510
build:

0 commit comments

Comments
 (0)