Skip to content

Commit c50dc65

Browse files
committed
fix some things
1 parent 1826710 commit c50dc65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
name: 🚀 Deploy
4040
runs-on: ubuntu-latest
4141
# only deploy main branch on pushes
42-
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
42+
if:
43+
${{ github.ref == 'refs/heads/main' && github.event_name == 'push' &&
44+
github.repository_owner == 'epicweb-dev' }}
4345

4446
steps:
4547
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)