Skip to content

Commit

Permalink
Merge 09d04ef into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 8, 2020
2 parents 2f10bee + 09d04ef commit bc68f4d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/branch-and-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: branch & tag

on:
push:
branch:
- merge
tags:
- v1.*

jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Merge to master branch
uses: devmasx/[email protected]
with:
type: now
target_branch: 'master'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit bc68f4d

Please sign in to comment.