Skip to content

Commit 91287ec

Browse files
committed
Update GitHub Actions to use 'main' branch
Replaced references to 'master' with 'main' in the `push` and `pull_request` triggers of the GitHub Actions workflow file (`tests.yml`). This change aligns the workflow configuration with the branch renaming for inclusivity and modern conventions.
1 parent 49392e2 commit 91287ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build and Test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
build-and-test:

0 commit comments

Comments
 (0)