This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
The following commit(s) were added to refs/heads/unstable by this push:
new b8882c5 Modify the CI running conditions (#127)
b8882c5 is described below
commit b8882c589166d313077280b2a849f0052fde5e8b
Author: 纪华裕 <[email protected]>
AuthorDate: Fri Nov 24 18:26:18 2023 +0800
Modify the CI running conditions (#127)
---
.github/workflows/ci.yaml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f314cdf..0b7abad 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -17,13 +17,7 @@
#
name: CI Actions # don't edit while the badge was depend on this
-on:
- push:
- branches:
- - unstable
- pull_request:
- branches:
- - unstable
+on: [push, pull_request]
jobs:
lint: