Skip to content

Commit

Permalink
add workflow dispatch to update api
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Dec 30, 2023
1 parent 8112ded commit af62032
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update_api.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Update API

on:

push:
branches:
- ${{ github.event.repository.default_branch }}
paths:
- 'src/main/resources/supporters.json'
- 'src/main/resources/default_remote_config.json'
- '**/src/main/resources/supporters.json'
- '**/src/main/resources/default_remote_config.json'
workflow_dispatch:

jobs:
upload:
Expand Down

0 comments on commit af62032

Please sign in to comment.