Skip to content

Commit 9c536b1

Browse files
committed
Enable ci
1 parent 875e958 commit 9c536b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches:
5+
- master
6+
- release-* # Added only on this branch
57
pull_request:
68
types: [opened, synchronize, reopened]
79
jobs:

0 commit comments

Comments
 (0)