From 5c7fbe7aa7625890e63dd1d76e791f807bf92638 Mon Sep 17 00:00:00 2001 From: f-peverali <112709306+f-peverali@users.noreply.github.com> Date: Wed, 8 May 2024 13:32:13 +0200 Subject: [PATCH] fix typo --- .github/workflows/TC-version-update.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/TC-version-update.yml b/.github/workflows/TC-version-update.yml index 06bef1b..5327b09 100644 --- a/.github/workflows/TC-version-update.yml +++ b/.github/workflows/TC-version-update.yml @@ -2,14 +2,13 @@ name: TC version update # Controls when the action will run. on: - push: - branches: - - 'TC-*' - - 'TC_*' + push: + branches: + - 'TC-*' + - 'TC_*' - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: # setup python and run script jobs: