Skip to content

Commit

Permalink
Merge branch 'master' into iso/20240206T0947-migration-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Feb 9, 2024
2 parents 1609ecd + 7738ee6 commit e893182
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -5,7 +5,15 @@ on:
branches:
- master
pull_request:

workflow_dispatch:
inputs:
tag:
description: 'Tag to run the workflow on'
required: true
run_specific_job:
description: 'Specify a job to run (test-runtime, try-runtime-execute, etc.)'
required: true

env:
toolchain: stable
target: wasm32-unknown-unknown
Expand Down

0 comments on commit e893182

Please sign in to comment.