Skip to content

Commit 402271b

Browse files
committed
Only run the actions for tags suffixed with x86_64.
1 parent 3ec4c21 commit 402271b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-libraries.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build libraries
33
on:
44
create:
55
tags:
6-
- '*'
6+
- '*-x86_64'
77

88
jobs:
99
build_macosx_x86_64:

.github/workflows/create-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
create:
33
tags:
4-
- '*'
4+
- '*-x86_64'
55

66
name: Create Docker images
77

0 commit comments

Comments
 (0)