Skip to content

Commit 0a902f2

Browse files
Merge pull request #4 from wesleytodd/use-local
Use local action in tests and run verification on master
2 parents 54d1b4f + 88e04be commit 0a902f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "Run JavaScript Action"
22
on:
3+
pull_request:
34
push:
4-
branches:
5+
branches:
6+
- master
57
- 'releases/*' # only run in release distribution branches
68

79
jobs:
@@ -13,5 +15,5 @@ jobs:
1315
- run: npm ci
1416
- run: npm test
1517
- uses: ./
16-
with:
18+
with:
1719
milliseconds: 1000

0 commit comments

Comments
 (0)