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: