We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27517a commit a355987Copy full SHA for a355987
.github/workflows/pages.yml
@@ -4,7 +4,10 @@ name: Deploy to GitHub Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ['main']
+ branches:
8
+ - main
9
+ paths-ignore:
10
+ - 'packages/create-vue-lib/**'
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments