diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7cefe66..7ee3cbc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,7 +12,7 @@ on: jobs: build: runs-on: ubuntu-latest - + if: github.repository == 'idrawjs/idraw' strategy: matrix: node-version: [22.x] diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 383e9e4..532a200 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,7 +12,7 @@ on: jobs: build: runs-on: ubuntu-latest - + if: github.repository == 'idrawjs/idraw' strategy: matrix: node-version: [22.x] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9639717..544c440 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: jobs: build: runs-on: ubuntu-latest + if: github.repository == 'idrawjs/idraw' permissions: contents: read id-token: write