Commit ace97bbc authored by Will Cory's avatar Will Cory

single branch model

parent 7e2d865d
...@@ -6,11 +6,11 @@ on: ...@@ -6,11 +6,11 @@ on:
branch: branch:
description: "Trigger a release workflow" description: "Trigger a release workflow"
type: string type: string
default: "master" default: "develop"
required: true required: true
push: push:
branches: branches:
- master - develop
# Always wait for previous release to finish before releasing again # Always wait for previous release to finish before releasing again
concurrency: ${{ github.workflow }}-${{ github.ref }} concurrency: ${{ github.workflow }}-${{ github.ref }}
...@@ -38,7 +38,7 @@ jobs: ...@@ -38,7 +38,7 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@master uses: actions/checkout@develop
with: with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0 fetch-depth: 0
......
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