Skip to content

Commit

Permalink
Limit branches for pull request target workflow (apache#42635)
Browse files Browse the repository at this point in the history
(cherry picked from commit e3fdb7e)
  • Loading branch information
potiuk committed Oct 2, 2024
1 parent 614858f commit 7d0fa9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ on: # yamllint disable-line rule:truthy
schedule:
- cron: '28 0 * * *'
pull_request_target:
branches:
- main
push:
branches: ['main', 'v[0-9]+-[0-9]+-test']
permissions:
Expand Down

0 comments on commit 7d0fa9a

Please sign in to comment.