add tag trigger
This commit is contained in:
parent
e24cb98294
commit
2dd864f123
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-publish.yml
vendored
1
.github/workflows/build-publish.yml
vendored
|
@ -5,6 +5,7 @@ name: Create and publish a Docker image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
|
tags: ['*']
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- README.MD
|
- README.MD
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue