diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index d55feb8c..8fea9802 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -1,8 +1,8 @@ name: Playground on: - push: true - # branches: - # - main + push: + branches: + - main permissions: contents: read pages: write