Skip to content

Commit

Permalink
chore: add github action ignore file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhawks committed Jan 2, 2024
1 parent 9b28640 commit 0d0b7b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths-ignore:
- 'template.md'
- 'LICENSE'
- 'create_markdown.py'
- 'assets/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -48,4 +53,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 0d0b7b9

Please sign in to comment.