From f4bfcd885214675a6a0d7d4df07f52b511e6ea16 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Mon, 16 Oct 2023 16:38:09 -0600 Subject: [PATCH] ci: Fix fork development Well the prior change does eliminate duplicate runs it stops automated testing on forks. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9214c6b..fa96731 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,6 @@ name: ci on: push: - branches: - - main pull_request: branches: - main