From 70349efd93d597ac6917732e2b0cdccf0bbeb591 Mon Sep 17 00:00:00 2001 From: kalil Date: Sun, 20 Nov 2022 20:27:50 +0100 Subject: [PATCH] ci: add package migration workflow --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e1dfe1..a0bddf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,12 +2,18 @@ name: CI on: push: - branches: [main] + branches: + - main + tags: + - "v*" pull_request: - branches: [main] + branches: + - main workflow_dispatch: jobs: quizz: uses: polyflix/.github/.github/workflows/node-ci.yml@main + with: + package-migration: true secrets: inherit