We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e837edd commit 3822335Copy full SHA for 3822335
.github/workflows/pull_request.yml
@@ -68,7 +68,7 @@ jobs:
68
name: Firebase preview
69
runs-on: ubuntu-latest
70
needs: [test-unit-ui, test-unit-python]
71
- if: ${{ github.event.sender.type == 'User' }}
+ if: ${{ github.event.sender.type == 'User' }} && ${{ github.base_ref != 'dev' }}
72
environment:
73
name: dev
74
0 commit comments