Fix workflows

This commit is contained in:
Yunfan Li
2024-03-12 13:15:19 +08:00
parent 60b624a3ac
commit 6d5b402c2c
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ name: nopch-build
on:
push:
branches:
- 'master'
- 'Playerbot'
pull_request:
types: ['opened', 'synchronize', 'reopened']

View File

@@ -2,7 +2,7 @@ name: pch-build
on:
push:
branches:
- 'master'
- 'Playerbot'
pull_request:
types: ['opened', 'synchronize', 'reopened']

View File

@@ -2,7 +2,7 @@ name: nopch-module-build
on:
push:
branches:
- 'master'
- 'Playerbot'
pull_request:
types: ['labeled', 'opened', 'synchronize', 'reopened']

View File

@@ -2,7 +2,7 @@ name: docker-build
on:
push:
branches:
- 'master'
- 'Playerbot'
pull_request:
types:
- labeled

View File

@@ -2,7 +2,7 @@ name: tools
on:
push:
branches:
- 'master'
- 'Playerbot'
pull_request:
concurrency:

View File

@@ -2,7 +2,7 @@ name: windows-build
on:
push:
branches:
- 'master'
- 'Playerbot'
pull_request:
types: ['labeled', 'opened', 'synchronize', 'reopened']