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:
7
.github/workflows/vunit_tests.yml
vendored
7
.github/workflows/vunit_tests.yml
vendored
@@ -1,5 +1,10 @@
|
||||
name: VUnit Tests
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user