Skip to content

Commit d7d12a6

Browse files
authored
Merge pull request #85 from softprops/gh-actions-external-pr-test
gh action was not configured to run tests on external pulls
2 parents de088f0 + 8c5803f commit d7d12a6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: Main
22

3-
on: push
4-
3+
on:
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- 'v**'
9+
pull_request:
10+
branches:
11+
- master
512
jobs:
613
unit-test:
714
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)