Skip to content

Commit c364606

Browse files
fix(cicd): tags-ignore commented
1 parent 0c73400 commit c364606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: CICD
66
# Runs on push on the main branch, that actually occurs only after a pull request is accepted or a push to the main branch is made directly.
77
on:
88
push:
9-
tags-ignore:
10-
- '**'
9+
# tags-ignore:
10+
# - '**'
1111

1212
jobs:
1313
test:

0 commit comments

Comments
 (0)