Skip to content

Commit

Permalink
Execute test-lint workflow on release trigger
Browse files Browse the repository at this point in the history
Should fix #18
  • Loading branch information
yamalight committed Oct 15, 2024
1 parent 18ec6ef commit 56de0ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test and lint

on:
release:
types: [published]
push:
paths-ignore:
- '**/*.md' # Ignore changes to markdown files
Expand Down

0 comments on commit 56de0ff

Please sign in to comment.