Skip to content

Commit 81cf9d4

Browse files
authored
run actions only on pull request to master
remove actions on push to master
1 parent c560b6f commit 81cf9d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: build & test-cases
22

33
on:
4-
push:
5-
branches: [ master ]
64
pull_request:
75
branches: [ master ]
86

@@ -24,4 +22,4 @@ jobs:
2422
cmd: build
2523
- uses: borales/[email protected]
2624
with:
27-
cmd: test
25+
cmd: test

0 commit comments

Comments
 (0)