ci: need to pass branches as calling workflow
This commit is contained in:
parent
1e9d539ba7
commit
d259164f86
|
@ -1,6 +1,12 @@
|
||||||
name: Build/Publish
|
name: Build/Publish
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
- develop-*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
|
||||||
|
|
Loading…
Reference in New Issue