Skip to content

Commit

Permalink
ci(gh-actions): 🚀 only update src can it run to generate new binary f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
cworld1 committed Apr 2, 2024
1 parent 79b6a66 commit 824a16d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ name: Go
on:
push:
branches: [ "refactor/bot" ]
paths:
- 'src/**'
pull_request:
branches: [ "refactor/bot" ]
paths:
- 'src/**'

jobs:

Expand Down

0 comments on commit 824a16d

Please sign in to comment.