Skip to content

Commit

Permalink
Run release workflow on push to release branch (#7127)
Browse files Browse the repository at this point in the history
# Description

* Fix release.yaml to run release workflow on push to release branch

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request fixes a bug in Radius and has an approved issue
(issue link required).
- This pull request adds or changes features of Radius and has an
approved issue (issue link required).
- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #7113

Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith authored and vinayada1 committed Feb 2, 2024
1 parent 39bab59 commit b945f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
push:
branches:
- main
- 'release/*'
paths:
- 'versions.yaml'
pull_request:
Expand Down

0 comments on commit b945f3f

Please sign in to comment.