add tag trigger
This commit is contained in:
parent
e24cb98294
commit
2dd864f123
|
@ -5,6 +5,7 @@ name: Create and publish a Docker image
|
|||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
tags: ['*']
|
||||
paths-ignore:
|
||||
- README.MD
|
||||
- LICENSE
|
||||
|
|
Loading…
Reference in New Issue