mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
ci: Ensure that tags are also built
This commit is contained in:
parent
23db0de84c
commit
4cfa0ed4d4
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:
|
||||
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:
|
||||
- 'l10n_master'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
create:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
|
@ -104,7 +109,7 @@ jobs:
|
|||
compiler: clang
|
||||
compiler-version: 10
|
||||
compiler-cxx: clang++
|
||||
runner: ubuntu-18.04
|
||||
runner: ubuntu-latest
|
||||
packages: clang-10
|
||||
extra_command: ""
|
||||
id: ubuntu1910-clang10
|
||||
|
|
Loading…
Reference in a new issue