Skip to content

Commit

Permalink
Remove merge requirement for sandbox deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Sep 12, 2023
1 parent 86fb952 commit 8440c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build and Deploy to Sandbox
on: workflow_dispatch
jobs:
buildDeploySandbox:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/build-deploy.yml
secrets:
DOCKER: ${{ secrets.DOCKER }}
Expand Down

0 comments on commit 8440c87

Please sign in to comment.