Skip to content

Commit 3058dcd

Browse files
authored
run Deploy only on original repo (#944)
1 parent cdbc359 commit 3058dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
run: vendor/bin/pest
3131

3232
- name: Deploy
33-
if: github.ref_name == 'main'
33+
if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
3434
run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}

0 commit comments

Comments
 (0)