From 805b99a86ff5f09d77f59a0ccf457bc573ceca69 Mon Sep 17 00:00:00 2001 From: Rikko Date: Thu, 1 Sep 2022 16:42:42 +0530 Subject: [PATCH] Enable pull request target, pushes on only main branch --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df1b7ba..18be8dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: CI on: push: - # pull_request_target: + branches: + - main + pull_request_target: jobs: build: