Skip to content

Commit

Permalink
Don't run the same job for both push and pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 25, 2023
1 parent 051c026 commit eddd37d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ on:
required: false
default: false
push:
branches:
- master
pull_request:
branches:
- master

jobs:
main:
Expand Down

0 comments on commit eddd37d

Please sign in to comment.