Skip to content

Commit

Permalink
Fixed some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Aug 1, 2024
1 parent 90237cb commit e268b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Deploy to Production

on:
push:
branches:
- main
on: [workflow_dispatch]

jobs:
deploy-strapi:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to Staging
on:
push:
branches:
- staging
- main

jobs:
deploy-strapi:
Expand Down

0 comments on commit e268b66

Please sign in to comment.