Skip to content

Commit

Permalink
CI/CT runs on main & master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck authored Nov 7, 2021
1 parent 79538e9 commit 2d0df7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: Python CI

on:
push:
branches: ["master"]
branches: ["master", "main"]
pull_request:
workflow_dispatch:
schedule:
# schedule weekly tests, since dependencies are not intended to be pinned
# schedule weekly tests, since some dependencies are not intended to be pinned
# this means: at 23:42 on Fridays
- cron: '42 23 * * 5'

Expand Down Expand Up @@ -103,4 +103,4 @@ jobs:
with:
name: ${{ env.REPORTS_ARTIFACT }}
path: ${{ env.REPORTS_DIR }}
if-no-files-found: error
if-no-files-found: error

0 comments on commit 2d0df7b

Please sign in to comment.