diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-02-01 11:41:55 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-02-01 11:41:55 +0200 |
| commit | 7227c79d4175a7a820469fbef264abc646f6aa9b (patch) | |
| tree | fe534ffa01f7309ba94532d30902bc431071407b | |
| parent | 65a63b15b69a8315384885206027b27b9b535222 (diff) | |
Fix branch name in workflow configuration from "main" to "master"
| -rw-r--r-- | .forgejo/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index adba3b3..153215c 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,8 +1,8 @@ on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] name: Test & Coverage jobs: test: |
