We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ec6ef commit 56de0ffCopy full SHA for 56de0ff
.github/workflows/test-lint.yml
@@ -1,6 +1,8 @@
1
name: Test and lint
2
3
on:
4
+ release:
5
+ types: [published]
6
push:
7
paths-ignore:
8
- '**/*.md' # Ignore changes to markdown files
0 commit comments