Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit fda09d9

Browse files
author
prostarz
committed
ci: change branch from main to master in CI workflow
The CI workflow was updated to use the `master` branch instead of `main` to align with the repository's default branch naming convention.
1 parent 0d3a977 commit fda09d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
pull_request:
99
branches:
10-
- main
10+
- master
1111

1212
jobs:
1313
test:

0 commit comments

Comments
 (0)