diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-04-27 16:18:35 +0200 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-04-27 16:19:45 +0200 |
| commit | 451be15d119d4d485d06f19f15d9a996cefb5288 (patch) | |
| tree | 7b5220c45706cbc0c320477e0b4f8871cc676b19 /.github/workflows | |
| parent | 4387433f3bc125ed8dd08bd974efd8f00fcb5949 (diff) | |
github: Fix the main branch name
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b01aaba..8264099 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - 'main' + - 'master' jobs: run-pre-commit: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef7e6c1..e3a05b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - 'main' + - 'master' jobs: run-tests: |
