diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a01c46b..e464627 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: 'Test the action' on: + push: + branches: + - skip_git_pull-1 pull_request: branches: - master