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 27cf5a5 commit b2f1353Copy full SHA for b2f1353
.github/workflows/deploy_preview.yml
@@ -2,7 +2,8 @@ name: Deploy
2
on:
3
push:
4
branches-ignore:
5
- - main
+ - 'main'
6
+ - 'dependabot/**'
7
paths:
8
- 'src/**'
9
- 'docs/**'
.github/workflows/deploy_production.yml
@@ -2,7 +2,7 @@ name: Deploy
branches:
0 commit comments