mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-21 04:35:00 +00:00
- php fixer upgrade
- workflow update - npm update
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
name: Code Style Fix
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
php-cs-fixer:
|
||||
|
||||
@@ -2,9 +2,11 @@ name: Unit Testing
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, oasis ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master, oasis ]
|
||||
branches: [ master ]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user