Skip to content

Commit

Permalink
Updated workflow for database updates
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Aug 20, 2024
1 parent 5c14678 commit b84f788
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/updateDb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
workflow_dispatch:

jobs:
index:
Update-Database:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit b84f788

Please sign in to comment.