Skip to content

Commit

Permalink
Merge pull request #85 from softprops/gh-actions-external-pr-test
Browse files Browse the repository at this point in the history
gh action was not configured to run tests on external pulls
  • Loading branch information
softprops authored Aug 23, 2020
2 parents de088f0 + 8c5803f commit d7d12a6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Main

on: push

on:
push:
branches:
- master
tags:
- 'v**'
pull_request:
branches:
- master
jobs:
unit-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d7d12a6

Please sign in to comment.