From d0eef774489038556f48120486b3b4a74abb7364 Mon Sep 17 00:00:00 2001 From: Jordan Peck Date: Mon, 12 Feb 2024 01:00:37 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f498f3..bb70d66 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,9 +4,9 @@ name: CI # events but only for the master branch on: push: - branches: [master,NewFastSIMD] - pull_request: branches: [master] + pull_request: + branches: [master,NewFastSIMD] release: types: [published]