Skip to content

Commit

Permalink
Merge branch 'dev' into feat/get-user-data-privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberguru1 authored Aug 8, 2024
2 parents 039fc78 + c227cfc commit 3708f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build_and_test
if: github.event_name == 'push'
if: github.event_name == 'pull_request'
environment: production

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build_and_test
if: github.event_name == 'push'
if: github.event_name == 'pull_request'
environment: staging

steps:
Expand Down

0 comments on commit 3708f5e

Please sign in to comment.