Skip to content

Commit c0af796

Browse files
committed
feat: disable build on prerelease tags
Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent f9528d2 commit c0af796

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
push:
1010
tags:
1111
- 'v*'
12+
- '!v*-alpha*'
13+
- '!v*-beta*'
14+
- '!v*-pre*'
15+
- '!v*-rc*'
1216

1317
# Allows you to run this workflow manually from the Actions tab
1418
workflow_dispatch:

0 commit comments

Comments
 (0)