Skip to content

Commit e60328c

Browse files
committed
chore: change codebase check workflow to be triggered on pushes
1 parent 84c6dd9 commit e60328c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-code.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
branches:
77
- develop
88
- master
9-
- 'refs/tags/[0-9]+.[0-9]+.[0-9]+*'
9+
tags:
10+
- '[0-9]+.[0-9]+.[0-9]+*'
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)