diff --git a/.github/workflows/playground-blueprint.yml b/.github/workflows/playground-blueprint.yml index f64d7fc..99e9406 100644 --- a/.github/workflows/playground-blueprint.yml +++ b/.github/workflows/playground-blueprint.yml @@ -3,13 +3,13 @@ name: Update Playground Blueprint with Repository and Branch on: push: branches: - - main - playground-ready tags: - "**" jobs: update-blueprint: + if: github.repository == 'aspirepress/AspireUpdate' runs-on: ubuntu-latest permissions: contents: write