This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch apache_check
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/apache_check by this push:
new d487d265 add loc
d487d265 is described below
commit d487d26549676199b003f799ea78580d9c8bccf9
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 15:38:13 2024 +0000
add loc
---
.github/workflows/loc.yml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/loc.yml b/.github/workflows/loc.yml
index 155e3ea1..4fba8d6b 100644
--- a/.github/workflows/loc.yml
+++ b/.github/workflows/loc.yml
@@ -1,8 +1,14 @@
name: LOC
on:
- push
-
+ push:
+ branches:
+ - master
+
+ pull_request:
+ branches:
+ - master
+
jobs:
build:
runs-on: ubuntu-latest