diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b79413b..69bfd80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,18 @@ -name: CI +name: Build & Lint on: push: + tags: + - 'v*.*.*' branches: - master + paths-ignore: + - 'README.md' + - 'LICENSE' + - 'public/**' + - 'scripts/**' + - '.vscode' + - '.idea' pull_request: branches: