mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-13 12:45:22 +01:00
This commit is contained in:
parent
43e9b58625
commit
94c76f961f
1 changed files with 14 additions and 0 deletions
14
.github/workflows/update-data.yml
vendored
Normal file
14
.github/workflows/update-data.yml
vendored
Normal 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}}
|
Loading…
Reference in a new issue