Skip to content

Commit

Permalink
fix trigger for push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 24, 2024
1 parent 05e5575 commit a6e41e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
- check
types:
- completed
# push:
# branches:
# - '*'
push:
branches:
- '*'

jobs:
integration-tests:
Expand Down

0 comments on commit a6e41e2

Please sign in to comment.