Skip to content

Commit

Permalink
Restore deployment condition
Browse files Browse the repository at this point in the history
As noticed by @Pat-Lafon, and implemented previously in #226.
  • Loading branch information
sampsyo committed Aug 29, 2023
1 parent 1c05076 commit 8c9fe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
if: ${{github.event_name=='push' && github.ref=='refs/heads/main'}}
if: ${{github.event_name=='push' && github.ref=='refs/heads/main' && github.repository_owner == 'sampsyo'}}
steps:
- name: Tailscale
uses: tailscale/github-action@v2
Expand Down

0 comments on commit 8c9fe41

Please sign in to comment.