Skip to content

Commit

Permalink
BRAVO-666 - Tiny tweak to publish from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarlick committed Jun 11, 2020
1 parent 3bf5001 commit 0796332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SNAPSHOT

on:
push:
branches: [ develop, feature/* ]
branches: [ master, develop, feature/* ]
pull_request:
branches: [ master ]

Expand All @@ -26,7 +26,7 @@ jobs:
arguments: build

- name: Upload Build Artifacts
if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/master'
uses: eskatos/gradle-command-action@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 0796332

Please sign in to comment.