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