Skip to content

Commit

Permalink
Have Playground blueprint default to main. (aspirepress#173)
Browse files Browse the repository at this point in the history
* Remove `main` from the Playground workflow.

* Set the Playground blueprint to `main` by default.

* Only run the workflow job on the main repository.
  • Loading branch information
costdev authored Nov 11, 2024
1 parent e459075 commit 42c457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playground-blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42c457c

Please sign in to comment.