Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
armanddidierjean committed Nov 10, 2023
1 parent dde1483 commit e8d9002
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build
on:
push:
branches:
- "*"

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: .

0 comments on commit e8d9002

Please sign in to comment.