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
This commit is contained in:
Wasif Hossain 2021-01-03 04:52:15 +06:00
parent 60ba54a3b0
commit 1f3a4dd49f
No known key found for this signature in database
GPG Key ID: 14C15A54E34D7803

View File

@ -2,8 +2,7 @@
name: CI
on:
- "push"
on: [push, pull_request]
jobs:
test: