Skip to content

Merge pull request #128 from bark1n9/patch-1 #22

Merge pull request #128 from bark1n9/patch-1

Merge pull request #128 from bark1n9/patch-1 #22

Workflow file for this run

name: Call Webhook on Push
on:
push:
branches:
- main
jobs:
call-webhook:
runs-on: ubuntu-latest
steps:
- name: Call webhook
uses: wei/curl@v1
with:
args: |
${{ secrets.HOOK_URL }}