fix for forked duplicates

This commit is contained in:
Lucas Gravley 2020-07-01 08:35:15 -05:00
parent c3bb133a88
commit 6812f75bd9

View file

@ -31,6 +31,8 @@ jobs:
name: Deploy Docker Image - DEV
# Set the agent to run on
runs-on: ubuntu-latest
# Prevent duplicate run from happening when a forked push is committed
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
##################
# Load all steps #
##################