Skip to content

Merge pull request #2 from Vicente-Cheng/fix-gha-branch-name #1

Merge pull request #2 from Vicente-Cheng/fix-gha-branch-name

Merge pull request #2 from Vicente-Cheng/fix-gha-branch-name #1

Workflow file for this run

name: Dev Build and Publish
on:
push:
branches:
- main
jobs:
build-for-dev:
uses: ./.github/workflows/factory.yml
with:
tag: ${{ github.ref_name }}-head
push: true
secrets: inherit