Skip to content

Commit

Permalink
ci: run Firebase preview workflow only on the upstream repo branches (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mzdm committed Jun 11, 2021
1 parent 739d40e commit 6a90108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-preview.yml
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
preview:
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 6a90108

Please sign in to comment.