Skip to content

Update develop Branch #101

Update develop Branch

Update develop Branch #101

name: Update develop Branch
on:
workflow_run:
workflows: ["Release"]
types:
- completed
jobs:
updateBranch:
name: Update develop branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: Embraser01/[email protected]
if: github.ref == 'refs/heads/master'
with:
branch: develop
force: 1
githubToken: ${{secrets.GITHUB_TOKEN}}