We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ddcad commit f917a5fCopy full SHA for f917a5f
.github/workflows/build-asciidoc.yml
@@ -21,6 +21,7 @@ on:
21
- main
22
- rhdh-1.**
23
- 1.**.x
24
+ - release-1.[0-9]+
25
26
jobs:
27
adoc_build:
.github/workflows/pr.yml
@@ -27,6 +27,7 @@ on:
28
29
30
31
32
concurrency:
33
group: ${{ github.workflow }}-${{ github.event.number || github.event.pull_request.head.ref }}
0 commit comments