diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 0ce03ffa..fd7ab91e 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -4,6 +4,8 @@ on: push: paths: - "glass/**" + branches: + - main pull_request: paths: - "glass/**" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d628ffe..9319cbb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,8 +5,6 @@ on: branches: - main pull_request: - branches: - - main concurrency: # Skip intermediate builds: always. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe6bd6a3..a9e4c563 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,8 +38,8 @@ repos: - --in-place - --spaces-indent-inline-array=4 - --trailing-comma-inline-array - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + - repo: https://github.com/rbubley/mirrors-prettier + rev: v3.3.3 hooks: - id: prettier args: