Skip to content

Commit 265ba67

Browse files
committed
chore(scanner): expand branch triggers to match any version-scanner branch
1 parent 8b64db7 commit 265ba67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version_scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- feat/version-scanner-cicd-upgrades
7+
- '**version-scanner**'
88
schedule:
99
- cron: '0 7 * * 2' # Run weekly on Tuesdays at 7 AM UTC (mirrors main.yml)
1010
workflow_dispatch:

0 commit comments

Comments
 (0)