mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
- php fixer upgrade
- workflow update - npm update
This commit is contained in:
7
.github/workflows/backend-code-style-fix.yml
vendored
7
.github/workflows/backend-code-style-fix.yml
vendored
@@ -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:
|
||||
|
||||
6
.github/workflows/unit-testing.yml
vendored
6
.github/workflows/unit-testing.yml
vendored
@@ -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