From 7c1bb05350c46be7f1ed62bcead71733428758e6 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 6 Nov 2023 22:11:36 +0700 Subject: [PATCH] ci: allow workflow to be triggered by any pull request event --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98093e2..2a1bf51 100755 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,6 @@ name: CI on: workflow_dispatch: pull_request: - branches: [master] push: branches: [master] jobs: