There was an error while loading. Please reload this page.
1 parent f54c139 commit 16f5f87Copy full SHA for 16f5f87
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
10
types: [opened, synchronize]
11
branches:
12
- master
13
+ - 'release/**'
14
15
concurrency:
16
group: ci-${{ github.workflow }}-${{ github.ref }}
.github/workflows/slow.yml
@@ -7,6 +7,11 @@ on:
7
- '**'
8
schedule:
9
- cron: '0 12 * * *'
+ pull_request:
+ types: [opened, synchronize]
+ branches:
+ - master
17
group: slow-${{ github.workflow }}-${{ github.ref }}
0 commit comments