Skip to content

Commit

Permalink
Merge pull request #320 from porters-xyz/update-workflows
Browse files Browse the repository at this point in the history
added workflow_dispatch trigger to be able to trigger the action manu…
  • Loading branch information
scermat authored Jul 9, 2024
2 parents 86361b7 + 86f3d18 commit e2ee5ff
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
paths:
- "web-portal/backend/**"
workflow_dispatch:
jobs:
deploy:
name: Deploy Prod Backend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/backend-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
paths:
- "web-portal/backend/**"
workflow_dispatch:
jobs:
deploy:
name: Deploy Staging Backend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
paths:
- "docs/**"
workflow_dispatch:
jobs:
deploy:
name: Deploy Prod Frontend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
paths:
- "docs/**"
workflow_dispatch:
jobs:
deploy:
name: Deploy Staging Frontend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
paths:
- "web-portal/frontend/**"
workflow_dispatch:
jobs:
deploy:
name: Deploy Prod Frontend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
paths:
- "web-portal/frontend/**"
workflow_dispatch:
jobs:
deploy:
name: Deploy Staging Frontend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/proxy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
paths:
- "gateway/**"
workflow_dispatch:
jobs:
deploy:
name: Deploy Prod Proxy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/proxy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
paths:
- "gateway/**"
workflow_dispatch:
jobs:
deploy:
name: Deploy Staging Proxy
Expand Down

0 comments on commit e2ee5ff

Please sign in to comment.