Skip to content

Commit

Permalink
Trigger dependency build-related jobs on release branches too (#17449) (
Browse files Browse the repository at this point in the history
#17724)

(cherry picked from commit f66e707)
  • Loading branch information
alopezz authored Jun 4, 2024
1 parent 7a85063 commit 1665e1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
pull_request:
branches:
- master
- 7.*.*
paths:
- .github/workflows/build-deps.yml
- .builders/**
- agent_requirements.in
push:
branches:
- master
- 7.*.*
paths:
- .builders/**
- agent_requirements.in
Expand Down

0 comments on commit 1665e1e

Please sign in to comment.