This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new f846ef7 Update deploy.yml
f846ef7 is described below
commit f846ef775acbfde7b643399d954c95f556e2fdba
Author: peacewong <[email protected]>
AuthorDate: Fri Jan 7 12:05:38 2022 +0800
Update deploy.yml
---
.github/workflows/deploy.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index cf00e8a..513c260 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -2,9 +2,9 @@ name: Build and Deploy
on:
pull_request:
- branches: [dev-*]
+ branches: [dev,dev-*]
push:
- branches: [dev-*]
+ branches: [dev,dev-*]
schedule:
# Run everyday at 9:00 AM (See
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 5 * * *"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]