mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-14 07:45:06 +00:00
ci: Pull Requests shouldn't invoke CI twice
This commit is contained in:
parent
05343df585
commit
f0ccb6dd43
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -2,10 +2,10 @@ name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
branches-ignore:
|
|
||||||
- 'l10n_master'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
Loading…
Reference in a new issue