diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 857f7ff..bee5b24 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -1,9 +1,7 @@ name: Build an image to deploy website on: - push: - tags: - - v* + push # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: @@ -17,7 +15,7 @@ jobs: runs-on: cth-ubuntu-latest steps: - name: Check out repository - uses: https://github.com/actions/checkout@v4 + uses: actions/checkout@v4 with: lfs: true