From ae8d239322fe62fe1248f57b9d592eb0c8738f7f Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Baghbani Pourvahid Date: Tue, 5 Dec 2023 09:50:40 +0000 Subject: [PATCH] fix: branch name typo, we have main not master --- .github/workflows/ocm-test-suite.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ocm-test-suite.yml b/.github/workflows/ocm-test-suite.yml index f6984b26..2e629f12 100644 --- a/.github/workflows/ocm-test-suite.yml +++ b/.github/workflows/ocm-test-suite.yml @@ -5,9 +5,12 @@ run-name: Open Cloud Mesh Test Suite on: # Triggers the workflow on push or pull request events but only for the specified branch push: - branches: [ master ] + branches: + - main pull_request: - branches: [ master ocm] + branches: + - main + - ocm # Allows you to run this workflow manually from the Actions tab workflow_dispatch: