Unverified Commit a9fce84a authored by Jacob Blain Christen's avatar Jacob Blain Christen Committed by GitHub

github actions: enable workflow_dispatch (#3923)

Addresses #3922 Signed-off-by: 's avatarJacob Blain Christen <jacob@rancher.com>
parent 114b3027
......@@ -6,6 +6,7 @@ on:
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch: {}
jobs:
build:
name: "Build"
......
......@@ -6,6 +6,7 @@ on:
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch: {}
jobs:
build:
name: Build
......
......@@ -6,6 +6,7 @@ on:
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch: {}
jobs:
test:
name: Unit Tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment