Run linter on everything
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -3,7 +3,7 @@ name: Build release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*' # Only run when a tag like v1.0, v2.1.3, etc. is pushed
|
||||
- "v*" # Only run when a tag like v1.0, v2.1.3, etc. is pushed
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user