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 852f0ca commit 0e79568Copy full SHA for 0e79568
1 file changed
.github/workflows/build.yml
@@ -2,10 +2,10 @@ name: Build FolkPatch
2
3
on:
4
push:
5
- branches: [ main, develop ]
+ branches: [ main, develop, nnext ]
6
paths: [ 'app/**', 'fpd/**', '.github/workflows/build.yml' ]
7
pull_request:
8
9
10
workflow_dispatch:
11
inputs:
0 commit comments