Skip to content

Commit df848a8

Browse files
authored
Ignore dependabot branches in static files workflow
1 parent aea260b commit df848a8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/static-files.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Generate static files
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'dependabot/**'
57

68
jobs:
79
static:

0 commit comments

Comments
 (0)