Skip to content

Commit

Permalink
Fix GH Actions branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Nov 8, 2023
1 parent 4192a28 commit b766b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Firmware
on:
push:
branches:
- master
- main
- dev-*
paths-ignore:
- '*.py'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Software
on:
push:
branches:
- master
- main
- dev-*
paths-ignore:
- 'b1display/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/traditional-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Traditional Cargo
on:
push:
branches:
- master
- main
- dev-*
paths-ignore:
- '*.py'
Expand Down

0 comments on commit b766b4d

Please sign in to comment.