Skip to content

Commit

Permalink
Adding manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon authored Sep 14, 2023
1 parent 1d7b7fc commit f98643b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():
cleanup_build_py(github_repo)

log('downloading db_operator.py')
urllib.request.urlretrieve('https://raw.githubusercontent.com/MiSTer-devel/Distribution_MiSTer/develop/.github/db_operator.py', '/tmp/distribution_db_operator.py')
urllib.request.urlretrieve('https://raw.githubusercontent.com/MiSTer-devel/Distribution_MiSTer/main/.github/db_operator.py', '/tmp/distribution_db_operator.py')

db_url = f'https://raw.githubusercontent.com/{github_repo}/db/db.json.zip'
base_files_url = f'https://raw.githubusercontent.com/{github_repo}/%s/'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

permissions: write-all

Expand Down

0 comments on commit f98643b

Please sign in to comment.