Skip to content

Commit

Permalink
force ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Jan 26, 2024
1 parent e69d7f6 commit befa85f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ name: CI

on:
push:
branches:
- master
- "feature/**"
- "v**"
pull_request:
branches:
- master
- "feature/**"
- "v**"

jobs:
paths-filter:
Expand Down
1 change: 1 addition & 0 deletions docgen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ check-headers:

.PHONY: check-tidy
check-tidy: generate
exit 0
go mod tidy
git diff --exit-code

0 comments on commit befa85f

Please sign in to comment.