Skip to content

Commit ee703a6

Browse files
authored
Allow build on release branch (#432)
2 parents 528d512 + c83ff56 commit ee703a6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: PR build
33
on:
44
workflow_dispatch:
55
pull_request:
6-
branches: [main]
6+
branches: [main, release/0.2.x]
7+
push:
8+
branches:
9+
- release/0.2.x
710

811
permissions:
912
contents: read

0 commit comments

Comments
 (0)