Skip to content

fix condition

fix condition #215

Workflow file for this run

name: Mise à jour de la branche staging
# on:
# push:
# branches: [recette]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Merge recette -> staging
# uses: devmasx/merge-branch@master
# with:
# type: now
# from_branch: recette
# target_branch: staging
# message: Merge auto recette into staging
# github_token: ${{ secrets.GITHUB_TOKEN }}