mirror of
https://github.com/docker/login-action.git
synced 2024-11-22 16:30:55 -05:00
Fix workflow
This commit is contained in:
parent
57ca00ca73
commit
64f9c325fc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue