Skip to content

CI: Allow PRs against feature and hotfix branches #2353

@AlexSkrypnyk

Description

@AlexSkrypnyk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Released in 1.37.0

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions