mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
unit testing on push/pr into master, oasis branch
This commit is contained in:
6
.github/workflows/unit-testing.yml
vendored
6
.github/workflows/unit-testing.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Unit Testing
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master, oasis ]
|
||||
pull_request:
|
||||
branches: [ master, oasis ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user