add builds for all tags and branches

This commit is contained in:
James Ravenscroft 2023-05-08 14:55:33 +01:00
parent 161884f495
commit 79b2f5aae9
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ name: Build on Commit
on:
push:
branches: [ '*' ]
tags: ['*']
branches: [ '**' ]
tags: ['**']
pull_request:
branches: [ "main" ]

View File

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