Skip to content

Commit 4e4a088

Browse files
committed
Run build workflow on tags
1 parent 27647d6 commit 4e4a088

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ permissions:
1010
push:
1111
branches:
1212
- main
13-
tags-ignore:
13+
tags:
1414
- '**'
1515
paths-ignore:
16-
- '**/*.md'
17-
- LICENSE
18-
- '**/*.gitignore'
1916
- .editorconfig
20-
- docs/**
17+
- '**/*.gitignore'
18+
- LICENSE
19+
- '**/*.md'
20+
- .prettierignore
21+
- .prettierrc.yml
2122
pull_request: null
2223
concurrency:
2324
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)