Skip to content

1.13.13 release

1.13.13 release #47

Workflow file for this run

on:
push:
branches:
- develop
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
with:
environment: dev
deploy:
name: Deploy
needs: build
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
environment: dev