diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index ed6fe0de8e7fef6479b89979cd922501f5c3b4f6..6ccfb74e16299dedba66c4690328372401d2eb30 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