Fix workflow

This commit is contained in:
CrazyMax 2020-08-15 14:49:47 +02:00
parent 57ca00ca73
commit 64f9c325fc
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 2 additions and 2 deletions

2
.github/labels.yml vendored
View file

@ -63,7 +63,7 @@
name: ":thinking: needs more info" name: ":thinking: needs more info"
color: "795548" color: "795548"
description: "" description: ""
- # question - # question
name: ":question: question" name: ":question: question"
color: "3f51b5" color: "3f51b5"
description: "" description: ""

View file

@ -3,7 +3,7 @@ name: labels
on: on:
push: push:
branches: branches:
- 'dev' - 'master'
paths: paths:
- '.github/labels.yml' - '.github/labels.yml'
- '.github/workflows/labels.yml' - '.github/workflows/labels.yml'