Skip to content

Commit

Permalink
Fix GitHub Actions trigger branch
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Apr 27, 2024
1 parent 4fb93ac commit f46c2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
branches: ["main", "master"]
workflow_dispatch:
concurrency:
group: "pages"
Expand Down

0 comments on commit f46c2fe

Please sign in to comment.