mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-11 13:20:32 +00:00
workflow trigger on
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.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:
|
||||||
|
|||||||
Reference in New Issue
Block a user