diff --git a/.github/workflows/watm.yml b/.github/workflows/watm.yml index 0f2cb6c..247af38 100644 --- a/.github/workflows/watm.yml +++ b/.github/workflows/watm.yml @@ -4,12 +4,14 @@ on: push: branches: [ "master" ] paths: + - '**' - '!tinygo/snippets/**' # ignore changes to snippets since they are not impacting the module - '!**.md' # ignore changes to markdown files since they are not part of the code - '!**/LICENSE*' pull_request: branches: [ "master" ] paths: + - '**' - '!tinygo/snippets/**' # ignore changes to snippets since they are not impacting the module - '!**.md' # ignore changes to markdown files since they are not part of the code - '!**/LICENSE*'