Skip to content

Commit 8fb7ed4

Browse files
committed
Skip GitHub Pages for changes to the playground
1 parent 4b84543 commit 8fb7ed4

File tree

1 file changed

+4
-0
lines changed
  • packages/create-vue-lib/src/template/gh-pages/config/.github/workflows

1 file changed

+4
-0
lines changed

packages/create-vue-lib/src/template/gh-pages/config/.github/workflows/pages.yml.ejs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
push:
77
branches:
88
- main
9+
<%_ if (config.includePlayground) { _%>
10+
paths-ignore:
11+
- '<%- config.packagesDir %>playground/**'
12+
<%_ } _%>
913

1014
# Allows you to run this workflow manually from the Actions tab
1115
workflow_dispatch:

0 commit comments

Comments
 (0)