Skip to content

Commit ada6ce5

Browse files
Merge pull request #143 from CodeForPhilly/GH_actions_deploy_pipeline
Gh actions deploy pipeline
2 parents 992e4b6 + b93637f commit ada6ce5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy-builder-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name: 'Build and Deploy to Cloud Run'
3232
on:
3333
push:
3434
branches:
35-
- '"main"'
35+
- main
3636
paths:
3737
- 'builder-api/**'
3838

builder-api/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ This project uses Quarkus, the Supersonic Subatomic Java Framework.
44

55
If you want to learn more about Quarkus, please visit its website: <https://quarkus.io/>.
66

7-
87
## Running the application in dev mode
98

109
You can run your application in dev mode that enables live coding using:

0 commit comments

Comments
 (0)