Ignored workflow files from triggering builds

This commit is contained in:
Micaiah Martin 2022-02-24 11:20:04 -06:00
parent b0dbb6f2f9
commit d9ac8cc50a
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
push:
branches-ignore:
- 'l10n_master'
paths-ignore:
- '.github/workflows/**'
workflow_dispatch:
inputs: {}