Skip to content

Commit

Permalink
Merge pull request #564 from cyclus/image-publish-fix
Browse files Browse the repository at this point in the history
Publish docker images on all pushes to main
  • Loading branch information
gonuke authored Nov 29, 2023
2 parents ba3924b + 3ea8e3b commit b0fb13a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
- '.github/workflows/build_test_publish.yml'
- 'docker/**'
- 'doc/**'
- 'CHANGELOG.rst'
push:
paths-ignore:
- '.github/workflows/build_test_publish.yml'
- 'docker/**'
- 'doc/**'
- 'CHANGELOG.rst'

jobs:
build-and-test:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
push:
branches:
- main
paths:
- '.github/workflows/build_test_publish.yml'
- 'docker/**'

jobs:
build-dependency-and-test-img:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cycamore Change Log
.. current developments
**Added:**

* GitHub workflows for building/testing on a PR and push to `main` (#549)
* GitHub workflows for building/testing on a PR and push to `main` (#549, #564)
* Add functionality for random behavior on the size of a sink (#550)
* GitHub workflow to check that the CHANGELOG has been updated (#562)

Expand Down

0 comments on commit b0fb13a

Please sign in to comment.