Update and rename merge-branch.yml to publish-dev.yml

This commit is contained in:
Daniël van Noord
2021-06-07 08:55:16 +02:00
committed by GitHub
parent 962a709489
commit 977c25e77a

15
.github/workflows/publish-dev.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
on:
push:
branches:
- "dev"
jobs:
publish-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: everlytic/branch-merge@1.1.0
with:
github_token: ${{ github.token }}
source_ref: 'dev'
target_branch: 'gh-pages'
commit_message_template: '[Automated] Merge {source_ref} into {target_branch}'