From 8730c228e01c370ca6d3818316199e4c577c0dec Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 1 Feb 2021 00:28:30 +0100 Subject: [PATCH] fix CI run on tag push --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de76498..e0963a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - '**' pull_request: branches: - '**' @@ -42,4 +44,3 @@ jobs: - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - \ No newline at end of file