Skip to content

Commit

Permalink
ci: only run pull-request workflow once on a PR (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <stephan@styra.com>
  • Loading branch information
srenatus committed May 23, 2024
1 parent b234d65 commit d2c35d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
schedule:
- cron: 0 0 * * *

Expand Down

0 comments on commit d2c35d6

Please sign in to comment.