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 6d7606316c22b79a3d2a3feb1c49a9bfda1131d9..b23a49f277ea5bcce10f64ab9cc64eb3d1926cf4 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