Skip to content

Commit ce8c444

Browse files
committed
Set workflow to build on push to development and PR to main
1 parent 1941bce commit ce8c444

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build firmware
22

33
on:
4+
pull:
5+
branches:
6+
- main
7+
push:
8+
branches:
9+
- features_for_launch
410
workflow_dispatch:
511

612
jobs:

0 commit comments

Comments
 (0)