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

Commit 976b204

Browse files
committed
feat: update CI/CD for master branch
Update branch name main to master for CI/CD pipeline/GitHub actions.
1 parent 0cbd174 commit 976b204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version-bump-changelog-release:
3030
name: Bump Version, Generate Changelog, and Create Release
3131
needs: build
32-
if: github.ref == 'refs/heads/main'
32+
if: github.ref == 'refs/heads/master'
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Clone the git repository

0 commit comments

Comments
 (0)