Skip to content

Commit

Permalink
Merge pull request #146 from MORE-Platform/redlink
Browse files Browse the repository at this point in the history
Integrate Cleanup-Improvements
  • Loading branch information
ja-fra authored Jul 3, 2024
2 parents be8d1f1 + 6e20444 commit 21b70de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
Build-and-Deploy:
name: "Build and Push Docker Image"
runs-on: ubuntu-latest
if: contains(fromJSON('["main", "develop"]'), github.ref_name) || github.event.inputs.dockerTag != ''
if: contains(fromJSON('["main", "develop", "redlink"]'), github.ref_name) || github.event.inputs.dockerTag != ''
needs:
- Compile-and-Test
steps:
Expand Down

0 comments on commit 21b70de

Please sign in to comment.