run workflow on push and pull_request (#3252)

* run workflow on push and pull_request

* try this instead
This commit is contained in:
Evan Jacobs
2020-09-02 11:12:15 -04:00
committed by GitHub
parent 5f6942f0b1
commit df65868e62

View File

@@ -3,7 +3,9 @@ name: test
on:
push:
branches:
- "*"
- "master"
pull_request:
types: [opened, synchronize, reopened]
jobs:
test: