Skip to content

Commit

Permalink
Switched master to main in workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamFinkle committed Jul 31, 2024
1 parent 76629b7 commit 133c927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Run pre-commit hooks
on:
push:
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
pre-commit-ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: python
on:
push:
pull_request:
branches: [ master ]
branches: [ main ]


jobs:
Expand Down

0 comments on commit 133c927

Please sign in to comment.