Skip to content

Commit

Permalink
Updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
deasydoesit committed Mar 19, 2024
1 parent bd43cb7 commit f5a6cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run tests
run: npm test
staging:
if: ${{ github.event_name == 'push' && github.ref_name == 'develop' }}
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true && github.ref_name == 'develop' }}
env:
environment: staging
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5a6cbe

Please sign in to comment.