Skip to content

Commit

Permalink
Merge pull request #86 from deriv-com/nuzhy/update-workflow
Browse files Browse the repository at this point in the history
fix: update branch in workflow
  • Loading branch information
prince-deriv committed Aug 1, 2024
2 parents 4adb14e + 806b63c commit 99b915a
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_npm_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
release:
types: [published]
push:
branches: [main]
branches: [master]

permissions:
contents: read # for checkout
Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const transform = require("./release.utils.cjs");
module.exports = {
branches: [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"master",
"next",
"next-major",
{ name: "beta", prerelease: true },
Expand Down

0 comments on commit 99b915a

Please sign in to comment.