diff --git a/.gitea/workflows/node-ci.yaml b/.gitea/workflows/node-ci.yaml index e880086..ee66728 100644 --- a/.gitea/workflows/node-ci.yaml +++ b/.gitea/workflows/node-ci.yaml @@ -4,9 +4,16 @@ name: Node-CI on: push: branches: [main] + paths-ignore: + - '**.md' + - 'docs/**' pull_request: branches: [main] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + permissions: contents: read