Skip to content

Commit

Permalink
only run on:push when pushing to main
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Jan 6, 2024
1 parent 649caaf commit ecc2ebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
paths-ignore:
- "**.md"
Expand Down

0 comments on commit ecc2ebe

Please sign in to comment.