add tags to build

This commit is contained in:
James Ravenscroft 2023-04-14 08:39:03 +01:00
parent 6c780613f6
commit f9b4c1d722
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Build on Commit
on:
push:
branches: [ "main" ]
tags: ['*']
pull_request:
branches: [ "main" ]

View File

@ -3,6 +3,7 @@ name: Docker Image CI
on:
push:
branches: [ "main" ]
tags: ['*']
pull_request:
branches: [ "main" ]