Skip to content

Commit a2be8c1

Browse files
authored
Merge pull request #515 from subspace/fix-actions-triggers
Fix Actions triggers
2 parents 9693bca + 598415e commit a2be8c1

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)