Move workflow to prod

This commit is contained in:
Frédérick Pruneau 2026-02-05 14:29:58 -05:00
parent 2148f218e5
commit 7e3676bae0
Signed by: fred
SSH Key Fingerprint: SHA256:NE8ZTR2qtoXf35Rq2m2y6PQA0sIUFPVTEIsGwG9FsXk

View File

@ -4,9 +4,16 @@ name: Node-CI
on: on:
push: push:
branches: [main] branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
pull_request: pull_request:
branches: [main] branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: permissions:
contents: read contents: read