Skip to content

Commit 0fa06bb

Browse files
committed
update build push trigger to run only on main
1 parent 7c64df0 commit 0fa06bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: build
22
on:
33
workflow_dispatch:
44
pull_request:
5-
branches:
6-
- "**"
75
push:
86
branches:
9-
- "**"
7+
- main
108

119
jobs:
1210
build:

0 commit comments

Comments
 (0)