Skip to content

Commit

Permalink
ci: fix release check (#31)
Browse files Browse the repository at this point in the history
* add specific paths for release trigger

* fix indent paths
  • Loading branch information
wenzel-felix authored Feb 18, 2024
1 parent 8a85237 commit 3422067
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Check Release
on:
pull_request:
types: [opened, edited, reopened, synchronize]
paths:
- 'go.mod'
- 'go.sum'
- 'cmd/**'
- 'pkg/**'
paths:
- 'go.mod'
- 'go.sum'
- 'cmd/**'
- 'pkg/**'

permissions:
contents: write
Expand Down

0 comments on commit 3422067

Please sign in to comment.