diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cdf15e2..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 == 'github/idraw' + 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 4bde8f3..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 == 'github/idraw' + if: github.repository == 'idrawjs/idraw' strategy: matrix: node-version: [22.x] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f792ed7..544c440 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: github.repository == 'github/idraw' + if: github.repository == 'idrawjs/idraw' permissions: contents: read id-token: write