From 3e2db64b139f63c396e7499489c48df9a5aa359b Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Fri, 4 Dec 2020 16:22:37 +0800 Subject: [PATCH] Update action-test.yml --- .github/workflows/action-test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index ed6fe0d..6ccfb74 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -1,11 +1,7 @@ name: 'build-test' on: - issue_comment: - types: - - created - issues: - types: - - opened + issue_comment: [created] + issues: [opened] jobs: test: # make sure the action works on a clean machine without building -- GitLab