Skip to content

Commit

Permalink
Update Github actions to auto deploy on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaunm44 authored Apr 5, 2024
1 parent 490a278 commit edb9295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
name: Deploy Jekyll site to Pages

on:
# Runs on pushes targeting the default branch
# Runs on pushes targeting the main branch
push:
branches: [$default-branch]
branches: main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit edb9295

Please sign in to comment.