Simplify Github workflows triggers

This commit is contained in:
Quentin McGaw
2020-12-07 02:15:50 +00:00
parent 97049bfab4
commit 3f721b1717
5 changed files with 39 additions and 91 deletions

View File

@@ -1,10 +1,10 @@
name: labels
on:
push:
branches: ["master"]
branches: [master]
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'
- .github/labels.yml
- .github/workflows/labels.yml
jobs:
labeler:
runs-on: ubuntu-latest