Skip to content

Commit

Permalink
Merge pull request #515 from subspace/fix-actions-triggers
Browse files Browse the repository at this point in the history
Fix Actions triggers
  • Loading branch information
nazar-pc authored May 29, 2022
2 parents 9693bca + 598415e commit a2be8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chain-spec-snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
tags:
- 'chain-spec-snapshot-*'
- 'gemini-*'
- 'chain-spec-gemini-*'

jobs:
chains-spec:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
tags:
- 'runtime-snapshot-*'
- 'gemini-*'
- 'runtime-gemini-*'

jobs:
runtime:
Expand Down

0 comments on commit a2be8c1

Please sign in to comment.