Skip to content

Commit

Permalink
Merge pull request #93 from IGNF/run-cicd-on-staging-branches
Browse files Browse the repository at this point in the history
Run CICD for "staging-*" branches
  • Loading branch information
CharlesGaydon committed Oct 17, 2023
2 parents 0c528d3 + 597437f commit a4eb88a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
push:
branches:
- main
- staging-*

env:
nexus_server: 10.128.81.69:8082
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 3.5.1
- Run CICD operations for all branches prefixed with "staging-"

## 3.5.0
- Abandon of option to get circular patches since it was never used.

Expand Down
2 changes: 1 addition & 1 deletion package_metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__: "3.5.0"
__version__: "3.5.1"
__name__: "myria3d"
__url__: "https://github.com/IGNF/myria3d"
__description__: "Deep Learning for the Semantic Segmentation of Aerial Lidar Point Clouds"
Expand Down

0 comments on commit a4eb88a

Please sign in to comment.