Don't deploy preview on dependabot PR

This commit is contained in:
Piotr Rogowski 2023-06-28 20:22:59 +02:00
parent 8659d6527c
commit 3c3e6d727c
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
contents: read