mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 23:39:39 +00:00
update readme
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
name: "Run JavaScript Action"
|
name: "Run JavaScript Action"
|
||||||
on: [pull_request, push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'releases/*' # only run in release distribution branches
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@ -9,6 +12,6 @@ jobs:
|
|||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- uses: .
|
- uses: actions/javascript-action@releases/v1
|
||||||
with:
|
with:
|
||||||
milliseconds: 1000
|
milliseconds: 1000
|
||||||
|
Reference in New Issue
Block a user