This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new d827c259 Update license.yml
d827c259 is described below
commit d827c2594737d8b133ccdec23c25098e2a37f1dd
Author: cjcchen <[email protected]>
AuthorDate: Mon Feb 9 14:32:23 2026 +0800
Update license.yml
---
.github/workflows/license.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 9468e396..997ff30a 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -20,7 +20,13 @@
name: Check Apache License
on:
- push
+ push:
+ branches:
+ - master
+
+ pull_request:
+ branches:
+ - master
jobs:
ubuntu-build: