Sync lock file #629
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Changelog & versions | |
"on": | |
push: | |
branches: | |
- main | |
paths: | |
- changelog.md | |
- "**/pyproject.toml" | |
- "*requirements.txt" | |
- "requirements/*.txt" | |
# Trigger on any workflow change to make sure version gets hard-coded everywhere. | |
- .github/workflows/*.yaml | |
jobs: | |
changelog: | |
uses: kdeldycke/workflows/.github/workflows/[email protected] |