mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2026-09-09 23:16:19 -04:00
Fix wrong branch name in workflows
This commit is contained in:
parent
dc820decc8
commit
b29f15ae61
2
.github/workflows/pre_commit.yaml
vendored
2
.github/workflows/pre_commit.yaml
vendored
|
|
@ -4,7 +4,7 @@ name: pre-commit
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
|
|
|||
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -4,7 +4,7 @@ name: 'Run Tests'
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
|
|
|||
Loading…
Reference in a new issue