Merge pull request #121 from Loyalsoldier/test-running-exception

Test: only triggered by *.go file on push event
pull/2714/head
RPRX 2020-08-25 07:21:48 +00:00 committed by GitHub
commit ca5f2532e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Test
on:
push:
branches: [master]
paths:
- "**/*.go"
pull_request:
branches: [master]
paths: