-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Milestone
Description
Our current CI GHA setup:
name: Database, Build, Test and Deploy
on:
push:
# Pushes to the following branches will trigger the workflow.
branches:
- production
- main
- master
- develop
- release/**
- hotfix/**
- project/**
# Pushes of tags will also trigger the workflow.
tags:
- '*'
# Pull requests to the following branches will trigger the workflow.
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- production
- main
- master
- develop
- release/**
- hotfix/**
- project/**
Need to allow feature/** and bugfix/**.
Same for CircleCI.
Then need to review and update docs under .vortex/docs
Reactions are currently unavailable