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
  • Loading branch information
alopezz committed Apr 30, 2024
1 parent 3d4357c commit f66e707
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 f66e707

Please sign in to comment.