Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Feb 20, 2024
1 parent b311edf commit 3e134c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_protected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
dockerhub:
name: Deploy Dockerhub
if: secrets.DOCKER_USERNAME && secrets.DOCKER_PASSWORD
if: github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-22.04

strategy:
Expand Down

0 comments on commit 3e134c1

Please sign in to comment.