Skip to content

Commit 5cf29a3

Browse files
authored
Remove limiting pushing to specific parts of the site
We routinely run into issues where we think the site is going to be deployed but it's not because the changes are to files that aren't listed in this (such as a new skill, changes to the sidebar, changes to the header, etc). I'm not entirely clear why we were limiting this in the past - but as I don't see a clear reason for this now - let's remove it.
1 parent 294c85c commit 5cf29a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
push:
77
branches:
88
- master
9-
paths:
10-
- 'claude-skill/**'
11-
- 'docs/**'
12-
- 'src/**'
139

1410
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1511
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.

0 commit comments

Comments
 (0)