Skip to content

Commit

Permalink
Fix paths (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Nov 9, 2024
1 parent 91aa649 commit eae245e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
paths:
- .github/workflows/go.yaml
- '**/*.go'
- go.*
- '**/go.*'
- Makefile
push:
paths:
- .github/workflows/go.yaml
- '**/*.go'
- go.*
- '**/go.*'
- Makefile
branches:
- master

Expand Down

0 comments on commit eae245e

Please sign in to comment.