From 8d10ea326661c43d8ea39f60cfb93fba244ce4e8 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 19 Sep 2024 13:42:42 -0700 Subject: [PATCH] Versioning Update --- .github/workflows/build.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 091b532f..ca56c904 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1972a1e9..ba67b4b9 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: