Skip to content

Commit

Permalink
prevent Changelog Enforcer from triggering on push events (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Aug 2, 2022
1 parent b139178 commit cdb90c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/changelog_enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- release-*
push:
branches:
- main
- release-*

# TODO: This is currently not supported, see https://github.com/dangoslen/changelog-enforcer/issues/210.
# push:
# branches:
# - main
# - release-*

permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ### Fixed -->
<!-- markdownlint-disable-next-line -->
### Fixed

- Prevent Changelog Enforcer from triggering on `push` events

<!-- ### Security -->
<!-- markdownlint-disable-next-line -->
Expand Down

0 comments on commit cdb90c2

Please sign in to comment.