Skip to content

Commit

Permalink
Change release trigger to manual
Browse files Browse the repository at this point in the history
Release now will happen only if the commit message includes #patch, #minor, #major
  • Loading branch information
roostarreksio authored Jul 17, 2020
1 parent 2581dba commit 271a594
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/EncryptAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Release:
if: contains(github.event.commits[0].message, '#minor') || contains(github.event.commits[0].message, '#major') || contains(github.event.commits[0].message, '#patch')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 271a594

Please sign in to comment.