Fix wrong branch name in workflows

This commit is contained in:
Ryan Delaney 2025-06-05 17:56:22 -04:00
parent dc820decc8
commit b29f15ae61
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [main]
branches: [master]
jobs:
pre-commit:

View file

@ -4,7 +4,7 @@ name: 'Run Tests'
on:
pull_request:
push:
branches: [main]
branches: [master]
jobs:
pre-commit: