Revise workflows (#99)
This commit is contained in:
8
.github/workflows/dockerhub-description.yml
vendored
8
.github/workflows/dockerhub-description.yml
vendored
@@ -1,12 +1,16 @@
|
||||
name: Docker Hub description
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches-ignore:
|
||||
- '**'
|
||||
#branches: [master]
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/dockerhub-description.yml
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches-ignore:
|
||||
- '**'
|
||||
#branches: [master]
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/dockerhub-description.yml
|
||||
|
||||
Reference in New Issue
Block a user