Skip to content

Commit 1b4fd32

Browse files
committed
[CI] Trigger slow build on push to master or release branch.
1 parent 16f5f87 commit 1b4fd32

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- master
9+
- 'release/**'
910
pull_request:
1011
types: [opened, synchronize]
1112
branches:

.github/workflows/slow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- '**'
88
schedule:
99
- cron: '0 12 * * *'
10+
push:
11+
branches:
12+
- master
13+
- 'release/**'
1014
pull_request:
1115
types: [opened, synchronize]
1216
branches:

0 commit comments

Comments
 (0)