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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "*" ]
|
branches: [ '*' ]
|
||||||
tags: ['*']
|
tags: ['*']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "*" ]
|
branches: [ '*' ]
|
||||||
tags: ['*']
|
tags: ['*']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user