Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
update deploy jobs to run on correct branches
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Oct 25, 2023
1 parent 02ae8c9 commit 75b0941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy static content to GCP Prod
on:
# Runs on pushes targeting these branches
push:
branches: ["master", "next", "gcp"]
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy static content to GCP Stage
on:
# Runs on pushes targeting these branches
push:
branches: ["master", "next", "gcp"]
branches: ["master", "stage"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 75b0941

Please sign in to comment.