Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdukakis authored Feb 21, 2024
1 parent 357bec2 commit 77d596f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
badge:
runs-on: ubuntu-latest
needs: test
if: ${{ github.actor != 'github-actions' && github.event_name == 'push' }}
if: ${{ github.actor != 'github-actions' && github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v4
- name: Create badges dir
Expand Down

0 comments on commit 77d596f

Please sign in to comment.