Skip to content

Commit

Permalink
Add actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
notherealmarco committed May 15, 2024
1 parent 43e9b58 commit 94c76f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
@@ -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}}

0 comments on commit 94c76f9

Please sign in to comment.