Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/#121-banner
Browse files Browse the repository at this point in the history
  • Loading branch information
shibulijack-fd authored Feb 24, 2020
2 parents afb7463 + 5825621 commit e8081e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
publish:
if: contains(github.event.head_commit.message, '[Release]') #skip: if it's not a release merge
name: publish
runs-on: macos-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
pull_request_token: ${{ secrets.GIT_TOKEN }}
head: release
base: master
title: 'chore: Release a new version'
title: '[Release] chore: Release a new version'
body: 'New release merge request'

0 comments on commit e8081e9

Please sign in to comment.