This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 54e29a3 Ignore CI triggering on push to master branch (#16363)
54e29a3 is described below
commit 54e29a3db49ddf892db1130b44e8a3321124a50f
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Fri Mar 25 14:37:58 2022 +0800
Ignore CI triggering on push to master branch (#16363)
---
.github/workflows/ci.yml | 2 +-
.github/workflows/it.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 97a46f1..a9f791d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ name: Continuous Integration
on:
push:
- branches: [ master, dev ]
+ branches: [ dev ]
paths-ignore:
- 'docs/**'
pull_request:
diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index 03209a4..5c9f6dc 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -19,7 +19,7 @@ name: Integration Test
on:
push:
- branches: [ master, dev ]
+ branches: [ dev ]
paths-ignore:
- 'docs/**'
pull_request: