diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1cec3df..eeb85ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,8 @@ name: Wails build on: push: - tags: - # Match any new tag - - '*' + branches: + - '**' env: # Necessary for most environments as build failure can occur due to OOM issues