From 85cf03bac45b807d59533450677f80c430cad307 Mon Sep 17 00:00:00 2001 From: Matt Leon <108271225+wydengyre@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:14:00 +0700 Subject: [PATCH] ci: disable on main If it worked on a pull request, that's sufficient --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1eaf40..9120509 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,6 @@ name: Continuous Integration on: workflow_dispatch: - push: - branches: - - master - tags: - - '*' pull_request: types: - opened