Skip to content

Commit 3822335

Browse files
committed
ci: don't deploy to preview for PRs that originate from dev
1 parent e837edd commit 3822335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Firebase preview
6969
runs-on: ubuntu-latest
7070
needs: [test-unit-ui, test-unit-python]
71-
if: ${{ github.event.sender.type == 'User' }}
71+
if: ${{ github.event.sender.type == 'User' }} && ${{ github.base_ref != 'dev' }}
7272
environment:
7373
name: dev
7474

0 commit comments

Comments
 (0)