Skip to content

Commit

Permalink
ci: fix move master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Jan 11, 2025
1 parent 3d04389 commit 0e48745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: tests
on:
push:
branches:
- master
- main
- '*.*.*'
paths-ignore:
- '**.rst'
pull_request:
branches:
- master
- main
- '*.*.*'
paths-ignore:
- '**.rst'
Expand Down

0 comments on commit 0e48745

Please sign in to comment.