Skip to content

Commit

Permalink
only run ci on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
pimg committed Feb 17, 2024
1 parent 3a03317 commit af4b479
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ updates:
interval: "daily"
time: "08:00"
labels:
- "dependencies"
- "dependencies"
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: build

on:
push:
pull_request:

permissions:
contents: read
Expand All @@ -22,4 +21,4 @@ jobs:
if: matrix.os == 'ubuntu-latest'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
file: ./coverage.txt
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: golangci-lint
on:
push:
pull_request:

permissions:
contents: read
Expand All @@ -18,4 +17,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
skip-go-installation: true
skip-go-installation: true
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ func Execute() error {
}

return rootCmd.Execute()

}
1 change: 0 additions & 1 deletion internal/ports/models/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,4 @@ func (m BaseModel) View() string {
helpMenu := helpView
return lipgloss.JoinVertical(lipgloss.Top, title, helpMenu)
}

}

0 comments on commit af4b479

Please sign in to comment.