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