Skip to content

Commit

Permalink
Merge pull request #645 from IntersectMBO/bugfix/change-dispatch-on-c…
Browse files Browse the repository at this point in the history
…i-deployment

bugfix: change dispatch condition on deployment workflows
  • Loading branch information
placek authored Apr 8, 2024
2 parents aff3fa2 + bbaee21 commit f585328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Build and deploy GovTool to STAGING server
run-name: Deploy by @${{ github.actor }}

on:
pull_request:
push:
branches:
- staging
types:
- closed

env:
ENVIRONMENT: "staging"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Build and deploy GovTool to TEST server
run-name: Deploy by @${{ github.actor }}

on:
pull_request:
push:
branches:
- test
types:
- closed

env:
ENVIRONMENT: "test"
Expand Down

0 comments on commit f585328

Please sign in to comment.