Skip to content

Commit

Permalink
Add dev-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jul 22, 2021
1 parent 10b658a commit c5b4951
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish
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}'

0 comments on commit c5b4951

Please sign in to comment.