Skip to content

Commit

Permalink
Correct default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Jun 1, 2021
1 parent 108cb2d commit 1c9e1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dist-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Test from sdist and wheels

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
release:
types: [created]

Expand Down

0 comments on commit 1c9e1b3

Please sign in to comment.