mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
chore(ci): Run pre-commit on correct branch
This commit is contained in:
parent
3ca550a19b
commit
b98b95b332
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
|
@ -2,7 +2,7 @@ name: pre-commit
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [source]
|
||||
branches: [master]
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue