From 9ec7c7ccaa6d5314375a6a52b03cf82246f1ce4c Mon Sep 17 00:00:00 2001 From: glimsdal Date: Wed, 23 Aug 2023 14:28:25 -0700 Subject: [PATCH] update test actions for pre-commit --- .github/workflows/check-yaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-yaml.yml b/.github/workflows/check-yaml.yml index 424ecb7..5aebcb0 100644 --- a/.github/workflows/check-yaml.yml +++ b/.github/workflows/check-yaml.yml @@ -3,7 +3,7 @@ on: push: branches: ["**"] pull_request: - branches: [master] + branches: ["**"] jobs: Run-Pre-Commit: runs-on: ubuntu-latest