From 65cd7030e0bef80eabfef143ea7e395c1a1fd631 Mon Sep 17 00:00:00 2001 From: Patrick Armstrong Date: Fri, 19 Jul 2024 21:51:15 +1000 Subject: [PATCH] Update Workflows --- .github/workflows/documentation.yml | 2 ++ .github/workflows/format.yml | 3 +++ .github/workflows/invalidations.yml | 3 +++ .github/workflows/test_and_codecov.yml | 2 ++ .github/workflows/treeshake.yml | 3 +++ 5 files changed, 13 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1f88ad9..99494fe 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - 'docs/**' workflow_dispatch: concurrency: diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index acce10f..80f8e1a 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -4,6 +4,9 @@ on: push: branches: - main + paths-ignore: + - 'docs/**' + - '.github/**' workflow_dispatch: concurrency: diff --git a/.github/workflows/invalidations.yml b/.github/workflows/invalidations.yml index 15509b5..3c2327b 100644 --- a/.github/workflows/invalidations.yml +++ b/.github/workflows/invalidations.yml @@ -4,6 +4,9 @@ on: push: branches: - main + paths-ignore: + - 'docs/**' + - '.github/**' workflow_dispatch: concurrency: diff --git a/.github/workflows/test_and_codecov.yml b/.github/workflows/test_and_codecov.yml index c2a4877..83907f0 100644 --- a/.github/workflows/test_and_codecov.yml +++ b/.github/workflows/test_and_codecov.yml @@ -6,11 +6,13 @@ on: - main paths-ignore: - 'docs/**' + - '.github/**' pull_request: branches: - main paths-ignore: - 'docs/**' + - '.github/**' workflow_dispatch: concurrency: diff --git a/.github/workflows/treeshake.yml b/.github/workflows/treeshake.yml index 6732404..3f01dd6 100644 --- a/.github/workflows/treeshake.yml +++ b/.github/workflows/treeshake.yml @@ -4,6 +4,9 @@ on: push: branches: - main + paths-ignore: + - 'docs/**' + - '.github/**' workflow_dispatch: concurrency: