Skip to content

Release and test build workflows #1

Release and test build workflows

Release and test build workflows #1

Workflow file for this run

name: Test build
on:
pull_request:
types: [opened, edited, ready_for_review, synchronize]
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Composer install
uses: php-actions/composer@v6
- uses: actions/upload-artifact@v3
with:
name: PiwigoOpenIdConnect
path: .