Skip to content

Commit b75da52

Browse files
committed
run it on branches starting with run-
1 parent d173b7c commit b75da52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-templates.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
schedule:
55
- cron: '0 0 * * *'
66
workflow_dispatch:
7+
push:
8+
branches:
9+
- 'run-*'
10+
pull_request:
11+
branches:
12+
- 'run-*'
713

814
jobs:
915
check_files:

0 commit comments

Comments
 (0)