From 9124555f6167c1e89d96ed8549fc1584065cf556 Mon Sep 17 00:00:00 2001 From: Jark Wu Date: Sat, 14 Dec 2024 21:58:11 +0800 Subject: [PATCH] [ci] Ignore CI for push events on dev branches --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51b6fac9..ba2f3ea0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,10 @@ name: Tests on JDK 8 on: push: + branches: + - main + - release-** + - ci-** pull_request: paths-ignore: - 'website/**'