Commit 7d8d2946 authored by Ben Wilson's avatar Ben Wilson Committed by GitHub

Update Github Actions for the develop branch (#856)

* Update Github Actions for the develop branch

* Rebased and updated changeset config
parent de5e3dca
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"commit": false, "commit": false,
"linked": [], "linked": [],
"access": "public", "access": "public",
"baseBranch": "master", "baseBranch": "develop",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
"ignore": [] "ignore": []
} }
...@@ -3,6 +3,7 @@ name: Release ...@@ -3,6 +3,7 @@ name: Release
on: on:
push: push:
branches: branches:
- develop
- master - master
jobs: jobs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment