Skip to content

Commit

Permalink
change default branch for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Nov 14, 2023
1 parent 881f240 commit ef50972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true
release_branch:
description: 'Branch from which release will be created'
default: 'master'
default: 'main'
required: true
release_name:
description: 'Name which will show in release'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-entrypoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
branch-name: release-notes-${{ env.VERSION }}
pr-title: 🚀 Release notes for ${{ env.VERSION }}
pr-body: This PR was generated automatically 🤖
pr-base: master
pr-base: main

- name: Get the pull request URL
id: get_pr_url
Expand Down

0 comments on commit ef50972

Please sign in to comment.