Skip to content

Commit

Permalink
fix cu condition
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-mattioli committed Jan 31, 2024
1 parent 7ddb94b commit a7f0038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
needs:
- code-quality
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' || github.event_name == 'push'
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a7f0038

Please sign in to comment.