From 6379e7cb1a98281cdac04257f32bb9934b186abc Mon Sep 17 00:00:00 2001 From: luiz Date: Wed, 11 Dec 2024 20:02:28 +0100 Subject: [PATCH] action --- .github/{ => workflows}/deploy-github-pages.yml | 2 -- 1 file changed, 2 deletions(-) rename .github/{ => workflows}/deploy-github-pages.yml (96%) diff --git a/.github/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml similarity index 96% rename from .github/deploy-github-pages.yml rename to .github/workflows/deploy-github-pages.yml index 5a98ccc..cfdc0fd 100644 --- a/.github/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -1,11 +1,9 @@ name: Deployment to GitHub Pages on: - workflow_dispatch: push: branches: - main - pull_request: env: REPO_NAME: ${{ github.event.repository.name }}