chore(ci): update changelog generation workflow to target main branch

This commit is contained in:
Andras Bacsai
2025-02-04 15:32:16 +01:00
parent 217ec6ac6b
commit 0923a9e124
2 changed files with 2 additions and 6690 deletions

View File

@@ -2,7 +2,7 @@ name: Generate Changelog
on: on:
push: push:
branches: [ next ] branches: [ main ]
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@@ -33,4 +33,4 @@ jobs:
git config user.email 'github-actions[bot]@users.noreply.github.com' git config user.email 'github-actions[bot]@users.noreply.github.com'
git add CHANGELOG.md git add CHANGELOG.md
git commit -m "docs: update changelog" git commit -m "docs: update changelog"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git next git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git main

File diff suppressed because it is too large Load Diff