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 c96ee3f commit 7c6f72e
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 @@ -3,7 +3,11 @@ name: main
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down

0 comments on commit 7c6f72e

Please sign in to comment.