Skip to content

Commit a355987

Browse files
committed
Skip GitHub Pages for changes in packages/create-vue-lib
1 parent f27517a commit a355987

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ name: Deploy to GitHub Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ['main']
7+
branches:
8+
- main
9+
paths-ignore:
10+
- 'packages/create-vue-lib/**'
811

912
# Allows you to run this workflow manually from the Actions tab
1013
workflow_dispatch:

0 commit comments

Comments
 (0)