Skip to content

Commit

Permalink
fix: exclude build tools from jekyll trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Sep 10, 2024
1 parent 1d434ec commit 5cd81f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/jekyll-build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
---
name: Build and deploy jekyll site

on:
push:
branches:
- main
paths-ignore:
- README.md
- .pre-commit-config.yaml
- .github/**
- .gitignore
- .gitattributes
- utils/**
- pixi.toml

workflow_dispatch: # Allows a run of this workflow to be triggerred manually from the Actions tab

Expand Down

0 comments on commit 5cd81f1

Please sign in to comment.