chore: add push contidion

pull/290/head
Ming Tsai 2021-05-07 19:22:15 -04:00 committed by GitHub
parent 478d03b90e
commit c04969fae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
name: Go
on:
push:
branches: [ main ]
paths: '**.go'
pull_request:
branches: [ main ]
paths: '**.go'