mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-15 08:15:06 +00:00
ci: Ensure that tags are also built
This commit is contained in:
parent
62a42de7e7
commit
f5b12aa269
1 changed files with 9 additions and 4 deletions
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
@ -2,14 +2,19 @@ name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
tags:
|
||||||
|
- '[0-9].[0-9].[0-9]'
|
||||||
|
- '[0-9].[1-9][0-9].[1-9][0-9]'
|
||||||
|
- '[0-9].[1-9][0-9].[0-9]'
|
||||||
|
- '[1-9][0-9].[1-9][0-9].[1-9][0-9]'
|
||||||
|
- '[1-9][0-9].[1-9][0-9].[0-9]'
|
||||||
|
- '[1-9][0-9].[0-9].[1-9][0-9]'
|
||||||
|
- '[1-9][0-9].[0-9].[0-9]'
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'l10n_master'
|
- 'l10n_master'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
create:
|
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
|
@ -104,7 +109,7 @@ jobs:
|
||||||
compiler: clang
|
compiler: clang
|
||||||
compiler-version: 10
|
compiler-version: 10
|
||||||
compiler-cxx: clang++
|
compiler-cxx: clang++
|
||||||
runner: ubuntu-18.04
|
runner: ubuntu-latest
|
||||||
packages: clang-10
|
packages: clang-10
|
||||||
extra_command: ""
|
extra_command: ""
|
||||||
id: ubuntu1910-clang10
|
id: ubuntu1910-clang10
|
||||||
|
|
Loading…
Reference in a new issue