diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-06-09 13:04:42 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-06-09 13:04:42 -0700 |
| commit | eeb3825646453762b6e40f012cc3b9bbd9442d20 (patch) | |
| tree | b2231e5463cc5d183920654c74d079ccd1bae894 /.github/workflows/pre-commit.yml | |
| parent | 9b8d6489869a5283efb35cd6632fa198f8b5493b (diff) | |
Update precommit check branch
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 116829296..966310304 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -7,7 +7,7 @@ name: pre-commit on: pull_request: push: - branches: [master] + branches: [main] jobs: pre-commit: |
