Skip to content

Merge pull request #147 from alleyinteractive/feature/TECH-195/alphab… #24

Merge pull request #147 from alleyinteractive/feature/TECH-195/alphab…

Merge pull request #147 from alleyinteractive/feature/TECH-195/alphab… #24

Workflow file for this run

name: Built Branch and Release
on:
push:
branches:
- develop
- main
- production
permissions:
contents: write
jobs:
release:
name: "Built Branch and Release"
runs-on: ubuntu-latest
steps:
- uses: alleyinteractive/action-release@develop
with:
skip-build: 'true'
skip-npm-install: 'true'