Skip to content

Commit

Permalink
ci: build on branch patch/v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eeberhard committed May 24, 2024
1 parent e6e8355 commit 503c1c3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- develop
- main
- patch/v7.4.1
tags:
- "v*.*.*"

Expand All @@ -13,11 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Get tag
outputs:
tag: ${{ steps.parse-tag.outputs.tag }}
steps:
- uses: actions/checkout@v3
- uses: aica-technology/.github/.github/actions/docker-tag-from-git@v0.6.1
id: parse-tag
tag: v7.4.1

build:
needs: [get-tag]
Expand Down

0 comments on commit 503c1c3

Please sign in to comment.