Skip to content

Commit

Permalink
Add 18-stable workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Jul 2, 2024
1 parent 6c6e848 commit 7f3f45a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ github:
# for building.
release_branches:
- main:
version_constraint: 19.*
- 18-stable:
version_constraint: 18.*
- 17-stable:
version_constraint: 17.*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/exec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: exec
push:
branches:
- main
- 18-stable
- 17-stable
- 16-stable

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: lint
push:
branches:
- main
- 18-stable
- 17-stable
- 16-stable

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: unit
push:
branches:
- main
- 18-stable
- 17-stable
- 16-stable

Expand Down

0 comments on commit 7f3f45a

Please sign in to comment.