Commit 0987bd1
authored
Update trigger-deploy-on-merge.yml (#86)
Trigger only on pull request merge
This pull request makes a small change to the deployment workflow,
ensuring that the `deploy-frontend` job only runs when a pull request is
merged.
* Added a conditional (`if: github.event.pull_request.merged == true`)
to the `deploy-frontend` job in
`.github/workflows/trigger-deploy-on-merge.yml` to prevent deployments
on unmerged pull requests.1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments