nidhal baccouri commited on
Commit
a6308c8
·
1 Parent(s): 4d66273

updated release action

Browse files
Files changed (1) hide show
  1. .github/workflows/release.yml +1 -3
.github/workflows/release.yml CHANGED
@@ -2,10 +2,8 @@ name: Semantic Release
2
 
3
  on:
4
  push:
5
- branches:
6
- - master
7
  tags:
8
- - 'v*'
9
  workflow_run:
10
  workflows:
11
  - "test"
 
2
 
3
  on:
4
  push:
 
 
5
  tags:
6
+ - 'v[0-9]+.[0-9]+.[0-9]+'
7
  workflow_run:
8
  workflows:
9
  - "test"