Skip to content

Commit

Permalink
Rename master to main (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBarrettQC committed Jan 3, 2022
1 parent 8be3385 commit 96a2be5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: conda-build Linux
on:
push:
branches:
- master
- main
jobs:
linux-conda-build:
name: "Linux - conda-build - Python ${{ matrix.CONDA_BUILD_YML }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main

jobs:
macos:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main
jobs:
windows-ci:
name: "Win - tests - Python ${{ matrix.PYTHON_VERSION }}"
Expand Down

0 comments on commit 96a2be5

Please sign in to comment.