Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 6531cba

Browse files
refactor: Moves CI to develop branch (#449)
Co-authored-by: Peter Kos <pkos91@icloud.com>
1 parent c192080 commit 6531cba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ name: Build - 2.6, 2.5
99

1010
on:
1111
pull_request:
12-
branches: [ master, "2.1" ]
12+
branches:
13+
- master
14+
- develop
1315

1416
jobs:
1517
build:

0 commit comments

Comments
 (0)