Skip to content

Change production branch name #22

Change production branch name

Change production branch name #22

Workflow file for this run

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