Skip to content

Commit

Permalink
updated the trigger for deploy-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Dec 23, 2024
1 parent 4afc296 commit e0b7886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Application CI
name: build_application

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Firmware
on:
workflow_run:
workflows:
- "Application CI" # Must match the name in build_firmware.yml
- build_application # Must match the name in build_firmware.yml
types:
- completed

Expand Down

0 comments on commit e0b7886

Please sign in to comment.