Skip to content

Instantly share code, notes, and snippets.

@GuillaumeFalourd
Created March 7, 2023 16:40
Show Gist options
  • Save GuillaumeFalourd/6f2aa489471ab1bfa74163ae3ce3a52f to your computer and use it in GitHub Desktop.
Save GuillaumeFalourd/6f2aa489471ab1bfa74163ae3ce3a52f to your computer and use it in GitHub Desktop.
Gist related to a Git Flow article using Release Candidate Branches for deploy
name: Deploy (QA)
on:
push:
branches:
- qa
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
[ ... ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment