Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
chore: add push contidion
Browse files Browse the repository at this point in the history
  • Loading branch information
ming-tsai authored May 7, 2021
1 parent 478d03b commit c04969f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Go
on:
push:
branches: [ main ]
paths: '**.go'
pull_request:
branches: [ main ]
paths: '**.go'
Expand Down

0 comments on commit c04969f

Please sign in to comment.