Skip to content

Commit 9bba162

Browse files
committed
adding manual trigger for testing
1 parent 8f84c96 commit 9bba162

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Test and Validate
22
on:
3+
workflow_dispatch:
34
push:
45
paths-ignore:
5-
- '**.md'
6-
- '.github/ISSUE_TEMPLATE/**'
6+
- "**.md"
7+
- ".github/ISSUE_TEMPLATE/**"
78
pull_request:
89
paths-ignore:
9-
- '**.md'
10-
- '.github/ISSUE_TEMPLATE/**'
10+
- "**.md"
11+
- ".github/ISSUE_TEMPLATE/**"
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)