Skip to content

Commit

Permalink
Update workflow to run compile without conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfulton committed Jul 5, 2023
1 parent 2fb46ba commit 111d003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:

publish:
needs: [ compile ]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 111d003

Please sign in to comment.