Skip to content

Commit b766b4d

Browse files
committed
Fix GH Actions branch name
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 4192a28 commit b766b4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/firmware.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Firmware
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- dev-*
88
paths-ignore:
99
- '*.py'

Diff for: .github/workflows/software.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Software
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- dev-*
88
paths-ignore:
99
- 'b1display/**'

Diff for: .github/workflows/traditional-cargo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Traditional Cargo
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
- dev-*
1010
paths-ignore:
1111
- '*.py'

0 commit comments

Comments
 (0)