Skip to content

Commit

Permalink
Merge pull request #5248 from AenBleidd/vko_run_ci_on_tag_push
Browse files Browse the repository at this point in the history
Run CI on tag push
  • Loading branch information
AenBleidd committed May 22, 2023
2 parents 56b3346 + 7b31bf2 commit 6c91e7f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: Android
on:
push:
branches: [ master, 'client_release/**' ]
tags: [ 'client_release/**' ]
pull_request:
branches: [ master ]
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: Linux
on:
push:
branches: [ master, 'client_release/**' ]
tags: [ 'client_release/**' ]
pull_request:
branches: [ master ]
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: Linux-MinGW
on:
push:
branches: [ master, 'client_release/**' ]
tags: [ 'client_release/**' ]
pull_request:
branches: [ master ]
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: OSX
on:
push:
branches: [ master, 'client_release/**' ]
tags: [ 'client_release/**' ]
pull_request:
branches: [ master ]
schedule:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
name: Snap
on:
push:
branches:
- master
branches: [ master, 'client_release/**' ]
tags: [ 'client_release/**' ]
pull_request:
branches:
- master
branches: [ master ]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/source-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: Source Code Check
on:
push:
branches: [ master, 'client_release/**' ]
tags: [ 'client_release/**' ]
pull_request:
branches: [ master ]
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: Webassembly
on:
push:
branches: [ master, 'client_release/**' ]
tags: [ 'client_release/**' ]
pull_request:
branches: [ master ]
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: Windows
on:
push:
branches: [ master, 'client_release/**' ]
tags: [ 'client_release/**' ]
pull_request:
branches: [ master ]
schedule:
Expand Down

0 comments on commit 6c91e7f

Please sign in to comment.