Skip to content

Commit

Permalink
fix: branch name typo, we have main not master
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani committed Dec 5, 2023
1 parent 09d9960 commit ae8d239
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ocm-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ae8d239

Please sign in to comment.