From a9839370202c62527f37f695e18df5a0576bf08e Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sun, 19 May 2024 13:09:52 +0200 Subject: [PATCH] fix(ci): turn off sync for pr (#177) --- .github/workflows/sync_remote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_remote.yml b/.github/workflows/sync_remote.yml index bca4e00..8764fa3 100644 --- a/.github/workflows/sync_remote.yml +++ b/.github/workflows/sync_remote.yml @@ -1,6 +1,6 @@ name: Sync remote -on: [push, pull_request, delete] +on: [push, delete] jobs: push: