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 5286abd commit eb81400
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- develop
workflow_dispatch:

jobs:
tests:
Expand All @@ -20,7 +19,7 @@ jobs:
- name: Run tests
run: npm test
staging:
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true && github.ref_name == 'develop' }}
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true }}
env:
environment: staging
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb81400

Please sign in to comment.