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: on:
pull_request: pull_request:
push: push:
branches: [main] branches: [master]
jobs: jobs:
pre-commit: pre-commit:

View file

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