jongyoul commented on code in PR #4529:
URL: https://github.com/apache/zeppelin/pull/4529#discussion_r1038778522


##########
.github/workflows/core.yml:
##########
@@ -1,11 +1,14 @@
 name: core
+
 on:
   push:
+    branches:
+      - master
+      - branch-*
   pull_request:
     branches:
       - master
       - branch-*
-    types: [opened, synchronize]

Review Comment:
   > By default, a workflow only runs when a pull_request event's activity type 
is opened, synchronize, or reopened.
   
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request



##########
.github/workflows/core.yml:
##########
@@ -1,11 +1,14 @@
 name: core
+
 on:
   push:
+    branches:
+      - master
+      - branch-*
   pull_request:
     branches:
       - master
       - branch-*
-    types: [opened, synchronize]

Review Comment:
   > By default, a workflow only runs when a pull_request event's activity type 
is opened, synchronize, or reopened.
   
   
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to