mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
chore(CI): Update CI run types (#21015)
This commit is contained in:
parent
0a70ebc3af
commit
3dff276136
8 changed files with 22 additions and 7 deletions
4
.github/workflows/codestyle.yml
vendored
4
.github/workflows/codestyle.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: Codestyle
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
paths:
|
||||
- src/**
|
||||
- "!README.md"
|
||||
|
|
|
|||
5
.github/workflows/core-build-pch.yml
vendored
5
.github/workflows/core-build-pch.yml
vendored
|
|
@ -4,7 +4,10 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
types: ['opened', 'synchronize', 'reopened']
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||
|
|
|
|||
4
.github/workflows/core_modules_build.yml
vendored
4
.github/workflows/core_modules_build.yml
vendored
|
|
@ -4,6 +4,10 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
paths:
|
||||
- 'src/*'
|
||||
- 'src/common/**/*'
|
||||
|
|
|
|||
2
.github/workflows/docker_build.yml
vendored
2
.github/workflows/docker_build.yml
vendored
|
|
@ -6,9 +6,7 @@ on:
|
|||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||
|
|
|
|||
4
.github/workflows/macos_build.yml
vendored
4
.github/workflows/macos_build.yml
vendored
|
|
@ -4,7 +4,9 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
||||
types:
|
||||
- labeled
|
||||
- synchronize
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||
|
|
|
|||
4
.github/workflows/sql-codestyle.yml
vendored
4
.github/workflows/sql-codestyle.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: Codestyle
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
paths:
|
||||
- data/**
|
||||
- "!README.md"
|
||||
|
|
|
|||
2
.github/workflows/tools_build.yml
vendored
2
.github/workflows/tools_build.yml
vendored
|
|
@ -6,8 +6,6 @@ on:
|
|||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
4
.github/workflows/windows_build.yml
vendored
4
.github/workflows/windows_build.yml
vendored
|
|
@ -4,7 +4,9 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
||||
types:
|
||||
- labeled
|
||||
- synchronize
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue