workflow trigger on

This commit is contained in:
Bryan MacFarlane
2019-09-11 02:55:33 -04:00
parent 73b9a57e3c
commit 02e15e8a5a

View File

@@ -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: