Skip to content

Commit

Permalink
deploy all from main
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Dec 14, 2023
1 parent d0cb39d commit f4b9d48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DEPLOY PREVIEW

on:
push:
branches: [ main, project_urls ]
branches: [ main ]

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DEPLOY STAGING

on:
push:
branches: [ ws2023 ]
branches: [ main ]

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tryout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DEPLOY TRYOUT

on:
push:
branches: [ ws2023 ]
branches: [ main ]

workflow_dispatch:

Expand Down

0 comments on commit f4b9d48

Please sign in to comment.