Skip to content

Commit 219b321

Browse files
author
Charles Larivier
committed
feat: execute Github workflow on develop PR
1 parent c00f79f commit 219b321

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches:
9+
- main
910
pull_request:
10-
branches: [ main ]
11+
branches:
12+
- main
13+
- develop
1114

1215
jobs:
1316
build:

0 commit comments

Comments
 (0)