Skip to content

Commit

Permalink
updated actions to new default branch. 'master' branch is DEPRECATED
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 authored and skim2257 committed Jan 10, 2024
1 parent 8784b5f commit d10b5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pypi-on-master-push
on:
push:
branches:
- master
- main
jobs:
bob-the-builder:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- macos-latest
- windows-latest
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d10b5ba

Please sign in to comment.