mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
ci: Don't run CodeQL on translation changes
This commit is contained in:
parent
bb03864664
commit
673f406539
2 changed files with 6 additions and 5 deletions
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
@ -16,6 +16,7 @@ on:
|
|||
branches:
|
||||
- '*'
|
||||
- '!i18n_master'
|
||||
- '!l10n_master'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
|
|
10
.github/workflows/validate.yml
vendored
10
.github/workflows/validate.yml
vendored
|
@ -1,12 +1,12 @@
|
|||
name: Validation
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
clang-format:
|
||||
|
@ -54,4 +54,4 @@ jobs:
|
|||
run: |
|
||||
git --no-pager diff --patch --minimal HEAD --
|
||||
git update-index --refresh
|
||||
git diff-index --quiet HEAD --
|
||||
git diff-index --quiet HEAD --
|
||||
|
|
Loading…
Reference in a new issue