[BEEEP] - Ignored workflow files from triggering builds (#1375)

This commit is contained in:
Micaiah Martin 2022-02-25 08:14:19 -06:00 committed by GitHub
parent 1eac8f0c0f
commit 0114d96e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ on:
branches-ignore:
- 'l10n_master'
- 'gh-pages'
paths-ignore:
- '.github/workflows/**'
jobs:
cloc: