diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-06-10 09:56:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 09:56:21 -0700 |
| commit | ca3e55bfabd1b8445eafd179dba801718ee8e67a (patch) | |
| tree | b2231e5463cc5d183920654c74d079ccd1bae894 /.github/workflows | |
| parent | 9b8d6489869a5283efb35cd6632fa198f8b5493b (diff) | |
| parent | eeb3825646453762b6e40f012cc3b9bbd9442d20 (diff) | |
Merge pull request #3024 from tannewt/main
Update precommit check branch
Diffstat (limited to '.github/workflows')
| -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: |
