Skip to content

Commit 2d0df7b

Browse files
authored
CI/CT runs on main & master branch
1 parent 79538e9 commit 2d0df7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/poetry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: Python CI
44

55
on:
66
push:
7-
branches: ["master"]
7+
branches: ["master", "main"]
88
pull_request:
99
workflow_dispatch:
1010
schedule:
11-
# schedule weekly tests, since dependencies are not intended to be pinned
11+
# schedule weekly tests, since some dependencies are not intended to be pinned
1212
# this means: at 23:42 on Fridays
1313
- cron: '42 23 * * 5'
1414

@@ -103,4 +103,4 @@ jobs:
103103
with:
104104
name: ${{ env.REPORTS_ARTIFACT }}
105105
path: ${{ env.REPORTS_DIR }}
106-
if-no-files-found: error
106+
if-no-files-found: error

0 commit comments

Comments
 (0)