Skip to content

Commit 657e795

Browse files
committed
[test.yml] Start workflow only when creating pull request
1 parent e98aa07 commit 657e795

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Test my typescript action
22

3-
on:
4-
pull_request:
5-
push:
6-
branches:
7-
- master
3+
on: pull_request
84

95
jobs:
106
test:

0 commit comments

Comments
 (0)