Skip to content

Commit d575322

Browse files
author
Oleg
committed
Add filter to trigger only on events from dependabot branches
1 parent 2831b3a commit d575322

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependabot-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_run: # zizmor: ignore[dangerous-triggers] we are aware that it is a dengerouse trigger but we need a way to build an image after Dependabot PR
55
types: [ completed ]
66
workflows: [ 'Rebuild Bowtie Image' ]
7+
branches:
8+
- 'dependabot/**'
79

810
permissions: {}
911

0 commit comments

Comments
 (0)