run actions on branches

This commit is contained in:
James Ravenscroft 2023-05-08 14:27:11 +01:00
parent 78c989076f
commit 75547aa4f9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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