From 36c3c47d2d248bcd67817b35a6277e452f2a9093 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Fri, 4 Dec 2020 16:09:26 +0800 Subject: [PATCH] Update and rename test.yml to action-test.yml --- .github/workflows/{test.yml => action-test.yml} | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) rename .github/workflows/{test.yml => action-test.yml} (79%) diff --git a/.github/workflows/test.yml b/.github/workflows/action-test.yml similarity index 79% rename from .github/workflows/test.yml rename to .github/workflows/action-test.yml index 6d76063..b23a49f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/action-test.yml @@ -1,5 +1,13 @@ name: 'build-test' -on: [issue_comment, issues] +on: + issue_comment: + types: + - opened + - created + issues: + types: + - opened + - created jobs: build: # make sure build/ci work properly -- GitLab