This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.2-snapshot
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/dev-1.3.2-snapshot by this
push:
new 8511dc31e update snapshot action
8511dc31e is described below
commit 8511dc31e2e0efe2abd0160caf4cfd414b03d512
Author: casionone <[email protected]>
AuthorDate: Sun Feb 5 16:47:39 2023 +0800
update snapshot action
---
.github/workflows/publish-snapshot.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/publish-snapshot.yml
b/.github/workflows/publish-snapshot.yml
index 449720f9c..ff5264688 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -20,7 +20,10 @@ name: Publish Snapshot
on:
schedule:
- cron: '0 0 * * *'
- [push]
+ push:
+ branches:
+ - dev-1.3.2
+ - dev-1.3.2-snapshot
jobs:
publish-snapshot:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]