We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7965f commit 7b8da55Copy full SHA for 7b8da55
1 file changed
.github/workflows/admin.yaml
@@ -48,7 +48,7 @@ jobs:
48
deploy_to_dev:
49
runs-on: ubuntu-latest
50
needs: build
51
- # if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request'
52
environment: development
53
steps:
54
- name: Download a Deployment Zip
0 commit comments