Skip to content

Commit f917a5f

Browse files
authored
chore(branch): create release-1.3 branch from 1.3.x; refactor actions (RHIDP-4031) (#506)
1 parent f1ddcad commit f917a5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-asciidoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- main
2222
- rhdh-1.**
2323
- 1.**.x
24+
- release-1.[0-9]+
2425

2526
jobs:
2627
adoc_build:

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
- main
2828
- rhdh-1.**
2929
- 1.**.x
30+
- release-1.[0-9]+
3031

3132
concurrency:
3233
group: ${{ github.workflow }}-${{ github.event.number || github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)