From 3007efc3b2239892d201e8c62fbb718512fd49e6 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Fri, 4 Nov 2022 01:24:47 -0500 Subject: [PATCH] build: check CI for any push --- .github/workflows/ci.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51f1f43d..df73d778 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,4 @@ -on: - push: - branches: - - main - pull_request: - types: [ assigned, opened, synchronize, reopened, labeled ] +on: [push] name: ci jobs: test: