Don't run the changelog job unnecessarily

This commit is contained in:
Sylvia van Os
2023-09-01 19:47:58 +02:00
parent 9ebd312c08
commit 5caae534fc

View File

@@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths:
- 'CHANGELOG.md'
jobs:
convert_changelog_to_fastlane:
runs-on: ubuntu-latest