Skip to content

Commit

Permalink
enable pr pipeline also for release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Feb 16, 2024
1 parent 23acb1a commit 188678a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- main
- releases/**
types:
- opened
- edited
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- main
- releases/**
types:
- opened
- edited
Expand Down

0 comments on commit 188678a

Please sign in to comment.