mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
Merge pull request #343 from idrawjs/dev-v0.4
chore: improve github action script
This commit is contained in:
commit
00bc0bb12c
3 changed files with 3 additions and 2 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: github.repository == 'idrawjs/idraw'
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [22.x]
|
||||
|
|
|
|||
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: github.repository == 'idrawjs/idraw'
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [22.x]
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'idrawjs/idraw'
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue