Skip to content

Commit dad3f65

Browse files
committed
.github/workflows/dzil-matrix.yaml: create
1 parent dcb0b2a commit dad3f65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/dzil-matrix.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "dzil matrix"
2+
on:
3+
workflow_dispatch: ~
4+
push:
5+
branches: "*"
6+
tags-ignore: "*"
7+
pull_request: ~
8+
9+
jobs:
10+
build-and-test:
11+
name: dzil-matrix
12+
uses: rjbs/dzil-actions/.github/workflows/dzil-matrix.yaml@v0

0 commit comments

Comments
 (0)