We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79538e9 commit 2d0df7bCopy full SHA for 2d0df7b
.github/workflows/poetry.yml
@@ -4,11 +4,11 @@ name: Python CI
4
5
on:
6
push:
7
- branches: ["master"]
+ branches: ["master", "main"]
8
pull_request:
9
workflow_dispatch:
10
schedule:
11
- # schedule weekly tests, since dependencies are not intended to be pinned
+ # schedule weekly tests, since some dependencies are not intended to be pinned
12
# this means: at 23:42 on Fridays
13
- cron: '42 23 * * 5'
14
@@ -103,4 +103,4 @@ jobs:
103
with:
104
name: ${{ env.REPORTS_ARTIFACT }}
105
path: ${{ env.REPORTS_DIR }}
106
- if-no-files-found: error
+ if-no-files-found: error
0 commit comments