Skip to content

Commit 075167b

Browse files
committed
Only run CI on tags/pull_request
1 parent c135f74 commit 075167b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
push:
3+
tags: [ 'v*' ]
34
pull_request:
45

56
name: Build x86_64

.github/workflows/aarch64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
push:
3+
tags: ['v*']
34
pull_request:
45

56
name: Build aarch64

0 commit comments

Comments
 (0)