mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-19 13:40:11 +00:00
chore: pr build should run for master only
This commit is contained in:
5
.github/workflows/build-debug.yml
vendored
5
.github/workflows/build-debug.yml
vendored
@@ -7,9 +7,8 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- "!*" # not a tag push
|
- "!*" # not a tag push
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
branches:
|
||||||
- opened
|
- "master"
|
||||||
- synchronize
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-dotnet:
|
build-dotnet:
|
||||||
|
|||||||
Reference in New Issue
Block a user