Skip to content

Commit 14e61b9

Browse files
authored
Update deploy-python.yaml
1 parent b5103fc commit 14e61b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-python.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ on:
44
push:
55
branches: [ main ]
66
workflow_dispatch:
7+
78

89
jobs:
910
build-and-push:
1011
runs-on: self-hosted
12+
if: github.actor == 'ptrlrd' && github.repository_owner == 'ptrlrd'
1113
steps:
14+
1215
- name: Checkout Repository
1316
uses: actions/checkout@v2
1417

0 commit comments

Comments
 (0)