Преглед изворни кода

ci: run emqx app standalone tests only for pull requests

Zaiming (Stone) Shi пре 3 година
родитељ
комит
edc6a6ab38
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      .github/workflows/run_emqx_app_tests.yaml

+ 0 - 6
.github/workflows/run_emqx_app_tests.yaml

@@ -5,12 +5,6 @@ name: Check emqx app standalone
 ## as an Erlang/Elixir app works standalone
 
 on:
-  push:
-    branches:
-      - '**'
-    tags:
-      - v*
-      - e*
   pull_request:
 
 jobs: