just a website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #9 from rorsome/claude/quizzical-darwin

Skip deploy workflow on irrelevant pushes

authored by

Rory Lawless and committed by
GitHub
ac54e4ce 8db282eb

+6
+6
.github/workflows/deploy.yml
··· 3 3 push: 4 4 branches: 5 5 - main 6 + paths-ignore: 7 + - 'README.md' 8 + - 'AGENTS.md' 9 + - 'CLAUDE.md' 10 + - '.gitignore' 11 + - '.claude/**' 6 12 jobs: 7 13 deploy: 8 14 runs-on: blacksmith-4vcpu-ubuntu-2404-arm