Skip to content

Commit

Permalink
Merge pull request #55 from tarsil/tarsil-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
tarsil committed Sep 26, 2023
2 parents 1b536db + 3e90fc9 commit 5c838f3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ name: CI
on:
push:
branches:
- master
- main
- ci
- "**"
pull_request:
branches: ["main"]
schedule:
- cron: "0 0 * * *"

jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down

0 comments on commit 5c838f3

Please sign in to comment.