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: ...@@ -6,6 +6,7 @@ on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- "**.md" - "**.md"
workflow_dispatch: {}
jobs: jobs:
build: build:
name: "Build" name: "Build"
......
...@@ -6,6 +6,7 @@ on: ...@@ -6,6 +6,7 @@ on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- "**.md" - "**.md"
workflow_dispatch: {}
jobs: jobs:
build: build:
name: Build name: Build
......
...@@ -6,6 +6,7 @@ on: ...@@ -6,6 +6,7 @@ on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- "**.md" - "**.md"
workflow_dispatch: {}
jobs: jobs:
test: test:
name: Unit Tests 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