Skip to content

Commit

Permalink
feat: update CI/CD for master branch
Browse files Browse the repository at this point in the history
Update branch name main to master for CI/CD pipeline/GitHub actions.
  • Loading branch information
Nadim147c committed Sep 4, 2024
1 parent 0cbd174 commit 976b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
version-bump-changelog-release:
name: Bump Version, Generate Changelog, and Create Release
needs: build
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Clone the git repository
Expand Down

0 comments on commit 976b204

Please sign in to comment.