Add actions workflow
Some checks failed
Update bot data / update-data (push) Has been cancelled

This commit is contained in:
Marco Realacci 2024-05-15 15:29:36 +02:00
parent 43e9b58625
commit 94c76f961f

14
.github/workflows/update-data.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Update bot data
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['main']
jobs:
update-data:
runs-on: ubuntu-latest
steps:
- name: Call webhook
run: curl -X POST ${{secrets.DEPLOY_WEBHOOK}}