Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/changelog_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
# allows us to run workflows manually
workflow_dispatch:
pull_request:
push:
branches:
- develop


env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Next version
* Installing clang-format in the docker container instead of in the housekeeping script (#726)
* updated PyNE to version 0.7.5 (#770)
* improve path pattern to trigger docker build workflow (#772)
* limit the extend of housekeeping workflows to pull_request (#774)


**Deprecated:**
Expand Down