[BEEEP] - Ignored workflow files from triggering builds (#494)
This commit is contained in:
parent
7033fa17da
commit
3a14f04960
|
@ -5,6 +5,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'l10n_master'
|
- 'l10n_master'
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/workflows/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cloc:
|
cloc:
|
||||||
|
|
Loading…
Reference in New Issue