Skip to content

Commit

Permalink
Merge pull request #67 from gmuthukr/next
Browse files Browse the repository at this point in the history
CD on master only.
  • Loading branch information
gmuthukr committed Mar 24, 2020
2 parents 9bd44a0 + 3302107 commit 4574ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
name: Create release
runs-on: ubuntu-latest
if: github.event.base_ref != 'refs/heads/master'
if: github.event.base_ref == 'refs/heads/master'
steps:
- name: Checkout master
uses: actions/checkout@v1
Expand Down

0 comments on commit 4574ff6

Please sign in to comment.