Browse Source

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

pull/2554/head
Micaiah Martin 4 years ago committed by GitHub
parent
commit
0114d96e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

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

Loading…
Cancel
Save