Skip to content

Commit 30d9ab6

Browse files
committed
fix: build workflow runs for each commit reverted to be run on PR
1 parent 7f80f30 commit 30d9ab6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Build
22
on:
33
push:
4-
branches: [ '**' ]
4+
branches: [ main ]
5+
pull_request:
6+
branches: [ main ]
57

68
jobs:
79
build-all-clis:

0 commit comments

Comments
 (0)