We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b9cae commit b0205eeCopy full SHA for b0205ee
1 file changed
.github/workflows/split.yaml
@@ -9,10 +9,11 @@ on:
9
- probe
10
- '\d+\.x'
11
- '\d+\.\d+\.x'
12
-
13
- # see https://github.community/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/10?u=tomasvotruba
14
tags:
15
- - '^\d+\.\d+\.\d+(|\-(alpha|beta|rc)\d+)$'
+ - '[0-9]+.[0-9]+.[0-9]+'
+ - '[0-9]+.[0-9]+.[0-9]+-alpha[0-9]+'
+ - '[0-9]+.[0-9]+.[0-9]+-beta[0-9]+'
16
+ - '[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
17
18
jobs:
19
packages_split:
0 commit comments