Skip to content

Merge branch '3.1' into 3.2 #412

Merge branch '3.1' into 3.2

Merge branch '3.1' into 3.2 #412

Workflow file for this run

name: Deploy Website
on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger website workflow
uses: convictional/[email protected]
with:
owner: api-platform
repo: website
workflow_file_name: cd.yml
github_token: ${{ secrets.WEBSITE_ACCESS_TOKEN }}