unit testing on push/pr into master, oasis branch

This commit is contained in:
Peter Papp
2021-05-01 18:02:42 +02:00
parent 04fa824d16
commit 4613c72412

View File

@@ -1,6 +1,10 @@
name: Unit Testing
on: [push, pull_request]
on:
push:
branches: [ master, oasis ]
pull_request:
branches: [ master, oasis ]
jobs:
test: