Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Jul 1, 2020
1 parent 40417bd commit 5de2dc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
# Build on tags that look like releases
tags:
- v*
# Build when master or testing is pushed to
# Build when main or testing is pushed to
branches:
- master
- main
- testing
pull_request:
# Build when a pull request targets master
# Build when a pull request targets main
branches:
- master
- main

jobs:
ubuntu-multiple-pythons:
Expand Down

0 comments on commit 5de2dc3

Please sign in to comment.