ci: need to pass branches as calling workflow

This commit is contained in:
Derrick Hammer 2023-06-25 01:02:53 -04:00
parent 1e9d539ba7
commit d259164f86
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: Build/Publish
on: push
on:
push:
branches:
- master
- develop
- develop-*
jobs:
main:
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master