Skip to content

Commit 02e15e8

Browse files
workflow trigger on
1 parent 73b9a57 commit 02e15e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Run JavaScript Action"
2-
on: [pull_request, push]
2+
on:
3+
push:
4+
branches:
5+
- 'releases/*' # only run in release distribution branches
36

47
jobs:
58
test:

0 commit comments

Comments
 (0)