From 865880cdc6f4a140053206cecbe3bfbfbc2ec0ea Mon Sep 17 00:00:00 2001 From: apr-1985 Date: Mon, 15 Nov 2021 09:17:27 +0000 Subject: [PATCH] chore: run test job --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) 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