Skip to content

Commit

Permalink
Fix path, add manual run option
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Jun 12, 2024
1 parent c20e274 commit ac19639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_devices.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Update devices in wiki

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -27,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
- name: Run update_devices.py
run: python update_devices.py
run: python .github/scripts/update_devices.py

- name: Save updated features.md
run: |
Expand Down

0 comments on commit ac19639

Please sign in to comment.