Skip to content

Commit 48de056

Browse files
committed
Versioning Update
1 parent ae5a9dd commit 48de056

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build docker images
33
on:
44
push:
55
tags:
6-
- 'v*' # Triggers the workflow only on version tags
6+
- '*' # Triggers the workflow only on version tags
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docs
33
on:
44
push:
55
tags:
6-
- 'v*' # Triggers the workflow only on version tags
6+
- '*' # Triggers the workflow only on version tags
77

88
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
99
permissions:

0 commit comments

Comments
 (0)