diff options
| author | Smoke <[email protected]> | 2024-01-23 10:55:01 -1000 |
|---|---|---|
| committer | Smoke <[email protected]> | 2024-01-23 10:55:01 -1000 |
| commit | 5e21b9591bf90ef5c36d7ddf7ba6cd8b8bca5a59 (patch) | |
| tree | d0cb82d1646e12730bb1876a72ea9ce85d81e3ce /.github | |
| parent | 0a984f3122dcead0735a20685a019ed2c80e5c08 (diff) | |
update branch name
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-and-test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 3bf905f..2cbae52 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -5,10 +5,10 @@ on: workflow_dispatch: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: test-nocache: |
