ci: update app version only if last commit doesn't contain [ready]

This commit is contained in:
Nicolas Meienberger 2023-06-21 01:27:41 +02:00
parent 7c071de55e
commit f01413b72b

View File

@ -6,6 +6,7 @@ on:
jobs:
update-app-version:
if: contains(github.event.head_commit.message, '[ready]') == false
runs-on: ubuntu-latest
steps:
- name: Checkout