Skip to content

Commit

Permalink
fix: remove guard for docker deployment from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evanp committed Mar 25, 2024
1 parent bf58ea2 commit c173c22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/web-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
pushToGHCR:
needs: runTests
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c173c22

Please sign in to comment.