Skip to content

Commit

Permalink
Fix CI double job (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiharju authored Feb 22, 2025
1 parent 5bdb802 commit 4aa44c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ on:
push:
branches:
- main
paths: # opposite of release.yml
- "!pkg/**"
- "!main.go"
- "!go.mod"
- "**/*"
paths-ignore:
- "pkg/**"
- "main.go"
- "go.mod"
pull_request:
workflow_call:

Expand Down
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"github.com/anttiharju/vmatch/pkg/picker"
)

// dummy change
func main() {
go interrupt.Listen(os.Interrupt)

Expand Down

0 comments on commit 4aa44c5

Please sign in to comment.