diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..75e2d18 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.module.scss linguist-detectable=false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3271dd2..0499ec3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ on: - '.env*' - 'LICENSE' - 'COPYING' + - '.git*' pull_request: branches: [ "main", "deps" ] paths-ignore: @@ -23,6 +24,7 @@ on: - '.env*' - 'LICENSE' - 'COPYING' + - '.git*' workflow_dispatch: inputs: push: