Skip to content

Commit

Permalink
fix(github-actions): rename dev and main workflows
Browse files Browse the repository at this point in the history
renamed dev and main work flows as the slash characters are incompatible with shields.io
  • Loading branch information
vincejv committed Oct 17, 2022
1 parent 2bef3ab commit 504df9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GCP Cloud Run CI/CD Dev
name: GCP Cloud Run CI Dev

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GCP Cloud Run CI/CD Prod
name: GCP Cloud Run CI Prod

on:
push:
Expand Down

0 comments on commit 504df9c

Please sign in to comment.