Skip to content

Commit

Permalink
Change main to master branch in the workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakdenys committed Oct 10, 2024
1 parent 71367d0 commit 6b34e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow often runs following steps when a PR is merged to main branch.
# This workflow often runs following steps when a PR is merged to master branch.
# 1. jobs.check checks if we need to release
# 2. jobs.release publish packages
#
Expand All @@ -13,7 +13,7 @@ name: Release
on:
pull_request:
branches:
- main
- master
types: [closed]
workflow_dispatch: # force release

Expand Down

0 comments on commit 6b34e61

Please sign in to comment.