Skip to content

Commit 3e9c99b

Browse files
authored
CI: trigger on tags
2 parents 966c452 + 4166bbe commit 3e9c99b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ARM.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Main (ARM)
22

33
on:
44
push:
5+
tags:
6+
- "*"
57
branches:
68
- master
79
pull_request:

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
tags:
6+
- "*"
57
branches:
68
- master
79
pull_request:

0 commit comments

Comments
 (0)