Skip to content

Commit f15f952

Browse files
committed
chore(cicd): Only run on pr and push to main
1 parent 334069d commit f15f952

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build
22
on:
3+
pull_request:
34
push:
5+
branches:
6+
- main
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)