Skip to content

Commit

Permalink
Versioning Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobson95 committed Sep 19, 2024
1 parent 4c9121c commit 8d10ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build docker images
on:
push:
tags:
- 'v*' # Triggers the workflow only on version tags
- '*' # Triggers the workflow only on version tags
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docs
on:
push:
tags:
- 'v*' # Triggers the workflow only on version tags
- '*' # Triggers the workflow only on version tags

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 8d10ea3

Please sign in to comment.