Skip to content

Commit

Permalink
Merge pull request #110 from anboralabs/github-actions
Browse files Browse the repository at this point in the history
publish only when PR has the 'publish' label.
  • Loading branch information
dalgarins committed Dec 31, 2022
2 parents 8cb1a34 + c7fc8a7 commit aca3776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.merged && contains(github.event.pull_request.labels.*.name, 'publish') }}
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
Expand Down

0 comments on commit aca3776

Please sign in to comment.