Skip to content

Instantly share code, notes, and snippets.

@GuillaumeFalourd
Created March 7, 2023 16:39
Show Gist options
  • Save GuillaumeFalourd/1b7c865bed2c0792384e804d229ede93 to your computer and use it in GitHub Desktop.
Save GuillaumeFalourd/1b7c865bed2c0792384e804d229ede93 to your computer and use it in GitHub Desktop.
Gist related to a Git Flow article using Release Candidate Branches for deploy
name: Deploy (SANDBOX)
on:
push:
branches:
- release-*
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