diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1dff29c..c5cd1b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,10 @@ name: Test this action on: push: + branches-ignore: + - v1 + tags-ignore: + - '*' paths-ignore: - '*.md' pull_request: