Skip to content

Commit

Permalink
Release publishing github action scripts called only for tagged relea…
Browse files Browse the repository at this point in the history
…ses.
  • Loading branch information
documati committed Jul 21, 2023
1 parent 67c5f86 commit 89ae37a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-docker-image-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Image CI for develop

on:
push:
branches: [ "main" ]
tags: [ "*" ]
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-docker-image-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Docker Image CI for arm64
on:
push:
branches: [ "main" ]
tags: [ "*" ]
pull_request:
branches: [ "main" ]

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/main-publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Build and publish the release to releases and PyPi
name: Build and publish the release to GitHub releases and PyPi

on:
push:
branches: [ "develop" ]
tags: [ "*" ]
pull_request:
branches: [ "develop" ]
branches: [ "main" ]

jobs:
build-release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mvn-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image CI for develop

on:
push:
branches: [ "develop" ]
branches: [ "*" ]
pull_request:
branches: [ "develop" ]
branches: [ "*" ]

jobs:
build-release:
Expand Down

0 comments on commit 89ae37a

Please sign in to comment.