Skip to content

Commit

Permalink
ci: add package migration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kalil-pelissier committed Nov 20, 2022
1 parent b01c627 commit 70349ef
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 70349ef

Please sign in to comment.