Skip to content

Commit a1e5030

Browse files
committed
Trigger on push
1 parent 707a216 commit a1e5030

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-version-pr.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Generate release prep. PR on new qiskit-serverless minor/major
22

33
on:
4+
push:
5+
branches:
6+
- '**'
47
workflow_dispatch:
58
inputs:
69
override_version:
710
description: "Manually override the latest qiskit-serverless version (for testing). Leave empty to use PyPI."
811
required: false
9-
default: ""
12+
default: "0.29.0"
1013

1114
permissions:
1215
contents: write

0 commit comments

Comments
 (0)