mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-10 20:56:57 +00:00
Merge pull request #4 from wesleytodd/use-local
Use local action in tests and run verification on master
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -1,7 +1,9 @@
|
|||||||
name: "Run JavaScript Action"
|
name: "Run JavaScript Action"
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- master
|
||||||
- 'releases/*' # only run in release distribution branches
|
- 'releases/*' # only run in release distribution branches
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user