From ecd08825c0355e99358878338f56928e234c9b21 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 11 Sep 2023 20:05:58 -0500 Subject: [PATCH] Another change --- .github/workflows/run-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3f5513a..65b8b8d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - 'main' + push: + branches: + - 'jvollmer-permissions-testing' # The cancel-in-progress concurrency option can only be specified at the workflow or job level, and job-level concurrency is ineffective when dealing with queued workflows. # Given that we don't want to cancel the workflow while fetching mbed-os libraries or flashing, the cancel-in-progress option is set to false to prevent canceling the