Skip to content

Instantly share code, notes, and snippets.

View mathieu-coingt's full-sized avatar

mathieu-coingt

View GitHub Profile
@mathieu-coingt
mathieu-coingt / .github-workflows-main.yaml
Last active November 13, 2023 02:00
Github Actions Workflow for Symfony project
# .github/worflow/main.yaml
name: CI/CD production
on:
push:
branches: [ production ]
jobs:
build:
runs-on: ubuntu-latest
steps: