Commit 39f8b9b9 authored by tom's avatar tom

add ignored path to check workflow

parent 26bbf48e
......@@ -2,9 +2,25 @@ name: Checks
on:
workflow_dispatch:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.husky/**'
- '.vscode/**'
- 'deploy/**'
- 'docs/**'
- 'public/**'
- 'stub/**'
push:
branches:
- main
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.husky/**'
- '.vscode/**'
- 'deploy/**'
- 'docs/**'
- 'public/**'
- 'stub/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
......@@ -67,9 +83,6 @@ jobs:
image: mcr.microsoft.com/playwright:v1.32.0-focal
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
- name: Install git-lfs
run: apt-get update && apt-get install git-lfs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment