diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 4f3f37e..6d48f63 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -1,6 +1,11 @@ name: Build Web on: push: + paths-ignore: + - 'dist/**' +concurrency: + group: build-web-${{ github.ref }} + cancel-in-progress: true jobs: build: runs-on: ubuntu-latest