Skip to content

Commit

Permalink
gh action was not configured to run tests on external pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 23, 2020
1 parent de088f0 commit 8c5803f
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 8c5803f

Please sign in to comment.