Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jacobpalm/costa
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpalm committed Aug 23, 2024
2 parents 165699d + 33a5598 commit ea9f8df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the main branch
# Runs on pushes targeting the master branch
push:
branches: ["main"]
branches: ["master"]
paths:
- DOCS/**

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

0 comments on commit ea9f8df

Please sign in to comment.