Skip to content

Commit 0d152be

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 0f023de + 4ae71dc commit 0d152be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-rpm-qt6-x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
branch:
1010
description: 'Checkout branch'
1111
required: false
12-
default: 'main'
1312
tag:
1413
description: 'Checkout tag'
1514
required: false
15+
1616
jobs:
1717
build-omodsim:
18-
name: Build OpenModSim rpm package version '${{ github.ref_name }}' with Qt6
18+
name: Build OpenModSim rpm package version '${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}' with Qt6
1919
runs-on: ubuntu-latest
2020
container:
2121
image: ubuntu:20.04

0 commit comments

Comments
 (0)