Skip to content

Commit

Permalink
Fixup incorrect file path
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Jul 4, 2024
1 parent a8d3fb9 commit bdd8439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release
on:
pull_request:
paths: ['internal/version.go']
paths: ['internal/version/version.go']
push:
branches: ['main']
paths: ['internal/version.go']
paths: ['internal/version/version.go']

jobs:
validate:
Expand Down

0 comments on commit bdd8439

Please sign in to comment.