Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed May 8, 2024
1 parent c654c42 commit 5c7fbe7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/TC-version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c7fbe7

Please sign in to comment.