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

Commit 649dc71

Browse files
committed
ci: change release workflow trigger branch from main to master
Update the GitHub Actions workflow to trigger releases on pushes to the master branch instead of main to align with our repository's default branch naming
1 parent 326404a commit 649dc71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build, Release and Publish
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- 'package.json'
99
workflow_dispatch:

0 commit comments

Comments
 (0)