From 62c348e2e5ee3be0d8499c411333983e546fa7fa Mon Sep 17 00:00:00 2001 From: Jaime Resano Date: Sat, 8 Jun 2024 19:32:19 +0200 Subject: [PATCH] Fix Github Actions config --- .github/workflows/deploy.yml | 5 +---- .gitignore | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 252a914..d1cfc5c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,11 +1,8 @@ name: Deploy to GitHub Pages on: - # Trigger the workflow every time you push to the `main` branch - # Using a different branch name? Replace `main` with your branch’s name push: - branches: [ main ] - # Allows you to run this workflow manually from the Actions tab on GitHub. + branches: [ master, astro ] workflow_dispatch: # Allow this job to clone the repo and create a page deployment diff --git a/.gitignore b/.gitignore index 016b59e..1a1fd06 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ pnpm-debug.log* # jetbrains setting folder .idea/ + +.vscode/ \ No newline at end of file