Skip to content

Commit

Permalink
version(CD): activate build on remote feature release branch 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Leduc committed Oct 7, 2024
1 parent 179e737 commit d9f160a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/remaken-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
- master
- develop
- '/releases/**'
- feature/release_1.10.0
tags:
- '[0-9]+\.[0-9]+\.[0-9]+'

env:
tag_version: ${{ github.ref_name == 'develop' && '1.10.0' || github.ref_name }}
tag_version: ${{ github.ref_name == 'feature/release_1.10.0' && '1.10.0' || github.ref_name }}

jobs:
windows-ci:
Expand Down

0 comments on commit d9f160a

Please sign in to comment.