We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbc359 commit 3058dcdCopy full SHA for 3058dcd
.github/workflows/tests.yml
@@ -30,5 +30,5 @@ jobs:
30
run: vendor/bin/pest
31
32
- name: Deploy
33
- if: github.ref_name == 'main'
+ if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
34
run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}
0 commit comments