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: