fix: Better CI support for GH Actions from remote forks (#353)

* no-op commit

* Support CI on pull request events

* Use pull_request_target event

* Remove pull_request_target event

* fix default branch name
This commit is contained in:
Aaron Coburn
2020-11-25 03:29:53 -05:00
committed by GitHub
parent cdf7e77e6b
commit bb9df99af4

View File

@@ -1,6 +1,12 @@
name: CI
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test: