Skip to content

Commit

Permalink
Update AutoChangeLog.yml to reflect the correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith-subramanian authored May 9, 2024
1 parent da666f5 commit 0b97f18
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:
- 'development'
- 'Changelog-Test2-SS'
paths-ignore:
- 'CHANGELOG.md'
jobs:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
with:
ref: development
ref: Changelog-Test2-SS
- name: Update CHANGELOG
uses: heinrichreimer/[email protected]
with:
Expand Down

0 comments on commit 0b97f18

Please sign in to comment.