Merge pull request #2405 from rails-api/trigger-workflow-on-PR

Trigger github actions workflow on pull request
This commit is contained in:
Wasif Hossain 2021-01-03 05:09:24 +06:00 committed by GitHub
commit cc2972150f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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