diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index ce28cc4..fc59c1a 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -1,10 +1,9 @@ name: Matrix on: - - pull_request - - push: - branches: - - main - - 'releases/**' + push: + branches: + - main + pull_request: jobs: strategy: