aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/stats.yml1
-rw-r--r--.github/workflows/test.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml
index b5fb6d2a6..a2f0945b3 100644
--- a/.github/workflows/stats.yml
+++ b/.github/workflows/stats.yml
@@ -5,6 +5,7 @@ on:
5 branches: 5 branches:
6 - develop 6 - develop
7 - ci 7 - ci
8 - next
8 pull_request: 9 pull_request:
9 types: [synchronize, opened] 10 types: [synchronize, opened]
10 11
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f8706d4be..442317ce2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -6,6 +6,7 @@ on:
6 - develop 6 - develop
7 - master 7 - master
8 - ci 8 - ci
9 - next
9 pull_request: 10 pull_request:
10 types: [synchronize, opened] 11 types: [synchronize, opened]
11 schedule: 12 schedule: