Skip to content

Commit

Permalink
[fix] Change the branch name to main
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosoik committed Jan 10, 2023
1 parent c392122 commit 6e30e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ permissions:

jobs:
plugin-cd:
uses: mattermost/actions-workflows/.github/workflows/plugin-cd.yml@master
uses: mattermost/actions-workflows/.github/workflows/plugin-cd.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ permissions:

jobs:
plugin-ci:
uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@master
uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
secrets: inherit

0 comments on commit 6e30e93

Please sign in to comment.