membphis commented on a change in pull request #1793:
URL: https://github.com/apache/incubator-apisix/pull/1793#discussion_r448724281



##########
File path: .github/workflows/build.yml
##########
@@ -0,0 +1,63 @@
+name: CI
+
+on:
+  push:
+    branches:
+      - master

Review comment:
       we need to run the GitHub action for every PR. blow is better.
   
   ```yaml
   on:
     push:
       branches: [ master ]
     pull_request:
       branches: [ master ]
   ```




----------------------------------------------------------------
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.

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


Reply via email to