Skip to content

Commit

Permalink
Update AutoChangeLog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith-subramanian authored Sep 5, 2024
1 parent 1badbd5 commit a655dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AutoChangeLog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto Update Changelog
on:
push:
branches:
- 'main'
- 'changelog-generation'
paths-ignore:
- 'CHANGELOG.md'
jobs:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
with:
ref: development
ref: changelog-generation
- name: Update CHANGELOG
uses: heinrichreimer/[email protected]
with:
Expand Down

0 comments on commit a655dcc

Please sign in to comment.