Skip to content

Commit

Permalink
Skip pushing chain spec assets unless release is built
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jan 31, 2024
1 parent 84232f4 commit e83f13d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chain-spec-snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["chain-spec-gemini-3h.json", "chain-spec-raw-gemini-3h.json"]'
# Only run for releases
if: github.event_name == 'push' && github.ref_type == 'tag'

0 comments on commit e83f13d

Please sign in to comment.