Skip to content

Commit

Permalink
Merge pull request #94 from ncsa/93-test-github-action-and-fix-if-it-…
Browse files Browse the repository at this point in the history
…doesnt-work

Fix GitHub action for creating docker container
  • Loading branch information
longshuicy authored Aug 16, 2023
2 parents e56abb7 + 096aa8b commit 67da0b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/smile-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ on:
push:
branches:
- main
- develop
- 'release/*'

tags:
- '*'

# only test with local branch
pull_request:
branches:
- main
- develop
- 'release/*'

# Certain actions will only run when this is the main repo.
env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Github action to auto generate docker container [#93](https://github.com/ncsa/standalone-smm-smile/issues/93)

## [0.2.9]
### Added
- Environment variable to turn Clowder on and off [#86](https://github.com/ncsa/standalone-smm-smile/issues/86)
Expand Down

0 comments on commit 67da0b7

Please sign in to comment.