Skip to content

Commit

Permalink
Include release/* branches in PR targets
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
  • Loading branch information
zarusz committed Jan 1, 2025
1 parent 8f78ce5 commit fd2e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["master", "release/*", "feature/*"]
pull_request_target:
branches: ["master", "devops/*"]
branches: ["master", "release/*", "devops/*"]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit fd2e9e3

Please sign in to comment.