Skip to content

Commit cc0219d

Browse files
authored
Merge pull request #5 from FabLrc/ci/add-develop-branch-workflow
ci: route CI through develop branch before main
2 parents af91293 + 4db5d46 commit cc0219d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [develop]
66
pull_request:
7-
branches: [main]
7+
branches: [develop, main]
88

99
jobs:
1010
# ── Conventional Commits ──────────────────────────────────────────────────

0 commit comments

Comments
 (0)