We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6fe1a commit 0e0a721Copy full SHA for 0e0a721
.github/workflows/test.yml
@@ -7,18 +7,22 @@ on:
7
pull_request:
8
9
push:
10
- branches: [ main ]
+ branches:
11
+ - main
12
+ - szczys/ci-add-thingy91x-mcu-update-file
13
14
jobs:
15
test_build_thingy91:
16
uses: ./.github/workflows/build_zephyr.yml
17
with:
18
ZEPHYR_SDK: 0.16.3
19
BOARD: thingy91/nrf9160/ns
- ARTIFACT: false
20
+ ARTIFACT: true
21
+ TAG: v1.7.0
22
test_build_thingy91x:
23
24
25
26
BOARD: thingy91x/nrf9151/ns
27
28
0 commit comments