From 1f3a4dd49f72491fbe8487f0af5e0f396e82db1d Mon Sep 17 00:00:00 2001 From: Wasif Hossain Date: Sun, 3 Jan 2021 04:52:15 +0600 Subject: [PATCH] Trigger github actions workflow on pull request default activity types: [opened, synchronize, reopened] doc: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#pull_request --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 750cab2d..a0455bf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,7 @@ name: CI -on: - - "push" +on: [push, pull_request] jobs: test: