Skip to content

Commit

Permalink
Regenerate NOTICE.MD only when go.mod/go.sum files change (#475)
Browse files Browse the repository at this point in the history
depends on:
- #474
  • Loading branch information
pivovarit authored Jul 8, 2024
1 parent e6bc5d4 commit e1e7715
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate-notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths:
- 'quesma/go.mod'
- 'quesma/go.sum'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e1e7715

Please sign in to comment.