singlequotes

This commit is contained in:
James Ravenscroft 2023-05-08 14:28:10 +01:00
parent 75547aa4f9
commit 6358835d98
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Build on Commit
on:
push:
branches: [ "*" ]
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" ]