mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-03 19:42:32 +00:00
Fixes and updates
This commit is contained in:
7
.github/workflows/composer-install.yml
vendored
7
.github/workflows/composer-install.yml
vendored
@@ -1,5 +1,12 @@
|
||||
name: Run Composer Install
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'composer.json'
|
||||
- 'composer.lock'
|
||||
|
||||
jobs:
|
||||
ComposerInstall:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user