Skip to content

Commit

Permalink
[IBCDPE-1171] Update CI to publish latest Docker Container On push …
Browse files Browse the repository at this point in the history
…to `dev` (#165)

* test branch publish

* remove feature branch
  • Loading branch information
BWMac authored Dec 12, 2024
1 parent 9011c8d commit 46b4854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

ghcr-publish:
needs: [build, test]
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 46b4854

Please sign in to comment.