Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 21, 2024
1 parent 9eabb55 commit 514b0f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*' # match basic semver tags
pull_request:
branches:
- main
- 'release-*'
types: [opened, synchronize]
branches: [main, 'release-*']

jobs:
lint:
Expand Down Expand Up @@ -89,7 +88,7 @@ jobs:
uses: mikepenz/release-changelog-builder-action@v3
with:
fromTag: ${{ github.head_ref }}
toTag: ${{ github.ref }}
toTag: main # ${{ github.ref }}
configurationJson: |
{
"template": "#{{CHANGELOG}}",
Expand Down

0 comments on commit 514b0f2

Please sign in to comment.