diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 2a0fe4c..5f0fa35 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -26,7 +26,7 @@ jobs: build: name: Build - if: github.ref == 'refs/heads/main' && success() + # if: github.ref == 'refs/heads/main' && success() needs: linting runs-on: ubuntu-latest steps: @@ -60,7 +60,7 @@ jobs: org.opencontainers.image.licenses=MIT org.opencontainers.image.title=scrumlr.io - Landing Page org.opencontainers.image.description=The landing page of scrumlr.io - + - name: Set up Docker buildx uses: docker/setup-buildx-action@v2 @@ -74,4 +74,4 @@ jobs: build-args: | DIRECTUS_URL=${{ secrets.DIRECTUS_URL }} DIRECTUS_TOKEN=${{ secrets.DIRECTUS_TOKEN }} - PUBLIC_SCRUMLR_SERVER_URL="https://development.scrumlr.fra.ics.inovex.io/api" \ No newline at end of file + PUBLIC_SCRUMLR_SERVER_URL="https://development.scrumlr.fra.ics.inovex.io/api"