mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
singlequotes
This commit is contained in:
parent
75547aa4f9
commit
6358835d98
2
.github/workflows/build-commit.yml
vendored
2
.github/workflows/build-commit.yml
vendored
@ -2,7 +2,7 @@ name: Build on Commit
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "*" ]
|
||||
branches: [ '*' ]
|
||||
tags: ['*']
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -2,7 +2,7 @@ name: Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "*" ]
|
||||
branches: [ '*' ]
|
||||
tags: ['*']
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
Loading…
Reference in New Issue
Block a user