Skip to content

Commit

Permalink
Deploy to github pages only on merge to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasEllul authored Oct 18, 2024
1 parent 00660f1 commit 47458fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Deploy to GitHub Pages
permissions:
contents: write

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab

jobs:
Expand Down

0 comments on commit 47458fe

Please sign in to comment.