Skip to content

Commit

Permalink
Fix Github Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime02 committed Jun 8, 2024
1 parent d395a4e commit 62c348e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ pnpm-debug.log*

# jetbrains setting folder
.idea/

.vscode/

0 comments on commit 62c348e

Please sign in to comment.