From b3b2b01c0fe45c32b028d554a3aa3e5e21fbf259 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Tue, 1 Aug 2023 20:20:27 +0700 Subject: [PATCH] ci(build): use pr event trigger for now I just heard of cache eviction policy :) --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1f29131..2cc0a8ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,6 @@ name: PR Build on: - push: - branches-ignore: - - main - tags-ignore: - - "v*" pull_request: jobs: