mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
ci: Also trigger validation on tags
This commit is contained in:
parent
ee6afdcded
commit
e88cd34db1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/validate.yml
vendored
3
.github/workflows/validate.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Validation
|
name: Validation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
Loading…
Reference in a new issue