Skip to content

Commit

Permalink
limit docker build CI release to new versions or latest now that it i…
Browse files Browse the repository at this point in the history
…s confirmed to work
  • Loading branch information
fmigneault committed Nov 10, 2023
1 parent 1b0ba5c commit d108ef5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
release:
name: release
runs-on: ubuntu-latest
# FIXME: until working
## if: ${{ success() && (contains(github.ref, 'refs/tags') || github.ref == 'refs/heads/master') }}
if: ${{ success() && (contains(github.ref, 'refs/tags') || github.ref == 'refs/heads/master') }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit d108ef5

Please sign in to comment.