Skip to content

Commit 5bf5f4d

Browse files
authored
chore: only build an image on push in master/develop branch (#148)
1 parent 421a9c0 commit 5bf5f4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/BuildRaspiOS.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build MainsailOS - Raspberry Pi OS buster
22
on:
33
push:
44
branches:
5-
- "**"
5+
- "master"
6+
- "develop"
67
paths:
78
- "src/**"
89
- "emulation/**"

0 commit comments

Comments
 (0)