From 618945ce617a62f79f132dac0d4a2960b80c929e Mon Sep 17 00:00:00 2001 From: jasquat Date: Wed, 17 Apr 2024 10:14:57 -0400 Subject: [PATCH] run tests for hotfix branches w/ burnettk --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b9ba79d27..ae1976f71 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,8 +4,11 @@ on: push: # hitting just main on push suffices to avoid duplicate runs for PRs, since PRs never update main. # more ideas at https://github.com/orgs/community/discussions/26940 including branches-ignore + # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet branches: - main + - "hotfix/**" + pull_request: defaults: