Merge pull request #1336 from ashmaroli/trigger-github-actions-on-pull-requests

Run workflows for pull requests from repo forks
This commit is contained in:
Peter Zhu
2020-10-28 11:35:52 -04:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
name: Liquid
on: [push]
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest