Skip to content

Commit

Permalink
Ignore build,sign,publish on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Feb 23, 2023
1 parent c23131c commit a7a48dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'v*'
branches:
- master
- 'release/**'

jobs:
build-sign-publish-chainlink:
Expand All @@ -20,6 +21,7 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- name: Build, sign and publish chainlink image
if: ! startsWith(github.ref_name, 'release/')
uses: ./.github/actions/build-sign-publish-chainlink
with:
publish: true
Expand Down

0 comments on commit a7a48dc

Please sign in to comment.