Skip to content

Commit b2f1353

Browse files
committed
Ignore dependabot for deployments
1 parent 27cf5a5 commit b2f1353

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy_preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy
22
on:
33
push:
44
branches-ignore:
5-
- main
5+
- 'main'
6+
- 'dependabot/**'
67
paths:
78
- 'src/**'
89
- 'docs/**'

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches:
5-
- main
5+
- 'main'
66
paths:
77
- 'src/**'
88
- 'docs/**'

0 commit comments

Comments
 (0)