diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89e794a..107fc4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,15 +1,14 @@ on: push: - branch: - - "*" + branches: + - "**" tags-ignore: - - v* + - "**" pull_request: - branch: - - "*" + branches: + - "**" tags-ignore: - - v* - + - "**" name: CI