Skip to content

Commit 56402c7

Browse files
committed
Update to latest changes, fix tag build
1 parent 4b02e60 commit 56402c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build NCS Firmware
33
on:
44
push:
55
branches: [ main ]
6-
tags:
7-
- '*'
86
pull_request:
97
branches: [ main ]
8+
create:
9+
tags:
1010

1111
jobs:
1212
build:
@@ -45,7 +45,7 @@ jobs:
4545
# Patch from here:
4646
# https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...memfault:noahp/memfault-project-key-runtime-v3.2.0-preview2
4747
run: |
48-
curl -fsSL https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...58cb48a9e17e4544cd926c8d9737f0ad52d68346.diff | git -C /opt/ncs/${MEMFAULT_NCS_VERSION}/nrf apply
48+
curl -fsSL https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...6ff742337cb906432bffe6d10a89166e5f474982.diff | git -C /opt/ncs/${MEMFAULT_NCS_VERSION}/nrf apply
4949
5050
- name: Build firmware for ${{ matrix.board }}
5151
run: |

0 commit comments

Comments
 (0)