Skip to content

Commit

Permalink
Trigger release workflow also on merge to hotfix branches
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Oct 2, 2023
1 parent 5f3fa16 commit bdd74f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release Management

on:
push:
branches: [ master ]
branches:
- master,
- 'hotfix/**'

jobs:
build_and_test:
Expand Down

0 comments on commit bdd74f4

Please sign in to comment.