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