diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edd3216..c0e15ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ # Gets triggered upon the creation of a new tag on: push: - tags: - - 'v*' # Matches tags with the name "v*", i.e. v1.0, v20.15.10 + branches: + - main name: Generate Website and add as Release # Performs the following steps: