Skip to content

Commit 598415e

Browse files
committed
Fix Actions triggers
1 parent 9693bca commit 598415e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/chain-spec-snapshot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
tags:
1111
- 'chain-spec-snapshot-*'
12-
- 'gemini-*'
12+
- 'chain-spec-gemini-*'
1313

1414
jobs:
1515
chains-spec:

.github/workflows/runtime-snapshot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
tags:
1111
- 'runtime-snapshot-*'
12-
- 'gemini-*'
12+
- 'runtime-gemini-*'
1313

1414
jobs:
1515
runtime:

0 commit comments

Comments
 (0)