Skip to content

Commit f1b37f6

Browse files
author
xyzjesper
committed
Improve tags to build!
1 parent 8828c90 commit f1b37f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/disbot-builder-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- buildDev
7+
- v.*-dev
88
env:
99
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1010
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

.github/workflows/disbot-builder-entry-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
push:
77
tags:
8-
- buildDev
8+
- v.*-dev
99
env:
1010
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1111
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

.github/workflows/disbot-builder-entry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
push:
77
tags:
8-
- release
8+
- v.*
99
env:
1010
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1111
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

.github/workflows/disbot-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
tags:
7-
- release
7+
- v.*
88
env:
99
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1010
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)