Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Update build_firmware.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy authored Jan 3, 2021
1 parent 908a7cd commit 08160a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
# - '*.*.*'
paths:
- 'CHANGELOG_LATEST.md'

workflow_dispatch:
branches: [ dev ]

jobs:

Expand Down Expand Up @@ -68,4 +71,4 @@ jobs:
./build/firmware/*.*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 08160a9

Please sign in to comment.