Skip to content

Commit 0e79568

Browse files
committed
CI: add nnext branch to build triggers
1 parent 852f0ca commit 0e79568

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build FolkPatch
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, develop, nnext ]
66
paths: [ 'app/**', 'fpd/**', '.github/workflows/build.yml' ]
77
pull_request:
8-
branches: [ main, develop ]
8+
branches: [ main, develop, nnext ]
99
paths: [ 'app/**', 'fpd/**', '.github/workflows/build.yml' ]
1010
workflow_dispatch:
1111
inputs:

0 commit comments

Comments
 (0)