Skip to content

Commit a4e578d

Browse files
committed
fix workflow file
1 parent b02f1cc commit a4e578d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ on:
33
push:
44
branches:
55
- 'main'
6-
branches-ignore:
7-
- 'dependabot/**'
6+
- '!dependabot/**'
87
jobs:
98
release:
109
if: ${{ github.repository == 'primer/css' }}

0 commit comments

Comments
 (0)