fix: prevent duplicate workflow runs on PR branches
- Remove wildcard '**' from push trigger - Push events now only trigger on main/master/develop branches - PR events still trigger on all PRs to main/master/develop - Prevents double runs when pushing to PR branches
This commit is contained in:
1
.github/workflows/typecheck.yml
vendored
1
.github/workflows/typecheck.yml
vendored
@@ -6,7 +6,6 @@ on:
|
|||||||
- main
|
- main
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- '**'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
Reference in New Issue
Block a user