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:
|
||||
push:
|
||||
branches: ['master']
|
||||
tags: ['*']
|
||||
paths-ignore:
|
||||
- README.MD
|
||||
- LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue