From 28d7e5b1891648b8e3c3853d2bb48fa9152f1e15 Mon Sep 17 00:00:00 2001 From: rodrigo Date: Fri, 22 Mar 2024 05:43:35 +0000 Subject: [PATCH] fix: gh-pages action --- .github/workflows/static.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index a499ef2..4b89bd4 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -2,9 +2,8 @@ name: Deploy static content to Pages on: push: - branches: ["main"] - - workflow_dispatch: + branches: + - main permissions: contents: read