Also scan when updating go.mod and go.sum

This commit is contained in:
Evan Su 2021-12-16 17:16:20 -05:00 committed by GitHub
parent c3aa8edadb
commit b849b4e00d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ on:
push:
paths:
- "src/Picocrypt.go"
- "src/go.mod"
- "src/go.sum"
pull_request:
branches: [ main ]
jobs: