Skip to content

Commit 56de0ff

Browse files
committed
Execute test-lint workflow on release trigger
Should fix #18
1 parent 18ec6ef commit 56de0ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test and lint
22

33
on:
4+
release:
5+
types: [published]
46
push:
57
paths-ignore:
68
- '**/*.md' # Ignore changes to markdown files

0 commit comments

Comments
 (0)