From 15767faf1c756d5062b44ab285819027c415bc6d Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:10:38 -0700 Subject: [PATCH] Update license tests automation (#174) # Description Run license tests on PR to `master` # Issues Closes #128 # Other Notes Co-authored-by: Daniel McKnight --- .github/workflows/license_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index 2a1167f..dd114f0 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -2,7 +2,9 @@ name: Run License Tests on: push: workflow_dispatch: - + pull_request: + branches: + - master jobs: license_tests: uses: neongeckocom/.github/.github/workflows/license_tests.yml@master