Move webhook event check to workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -37,4 +37,6 @@ jobs:
|
||||
run: make -j${nproc} modern
|
||||
|
||||
- name: Webhook
|
||||
shell: bash
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
run: sh .github/calcrom/webhook.sh pokeemerald
|
||||
|
||||
Reference in New Issue
Block a user