1
0
mirror of https://github.com/openpower-cores/a2i.git synced 2026-01-28 21:00:53 +00:00

ci: add workflow_dispatch

This commit is contained in:
umarcor
2021-04-03 20:04:06 +02:00
parent fd63bca769
commit 56a71ed6a2

View File

@@ -1,5 +1,10 @@
name: VUnit Tests
on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest