From d6799bc2fff0fb42379692b33001c421806c563b 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3f5513a..8346ef6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -4,6 +4,10 @@ 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