diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 846e18cde..3be9af800 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -147,7 +147,7 @@ jobs: deploy-web: - name: "Build Web" + name: "Deploy Web" if: ${{ endsWith(github.ref, '/master') || endsWith(github.ref, '/staging') || endsWith(github.ref, '/release') }} needs: [ build-web ] runs-on: ubuntu-22.04