Skip to content

Commit 19f9074

Browse files
committed
Enable build workflow for pico-3.0 branch
1 parent 7d0e6d4 commit 19f9074

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Build Pico CMS
22

33
on:
44
push:
5-
branches: [ 'master' ]
5+
branches:
6+
- 'master'
7+
- 'pico-3.0'
68
tags: [ 'v*.*.*' ]
79
workflow_call: {}
810

0 commit comments

Comments
 (0)