Skip to content

Commit

Permalink
Temporarily adding push events back.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Jul 18, 2023
1 parent c9af06c commit 7417224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.repository == 'NCAR/ccpp-framework'
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.repository == 'NCAR/ccpp-framework' || github.event_name == 'push'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 7417224

Please sign in to comment.