Skip to content

Commit 62ff732

Browse files
ci: only trigger on sp1-programs tag (#471)
1 parent bb0d654 commit 62ff732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
release-sp1-programs:
99
runs-on: depot-ubuntu-22.04-4
10+
if: startsWith(github.ref_name, 'sp1-programs-')
1011
steps:
1112
- uses: actions/checkout@v4
1213
- name: Set up Rust

0 commit comments

Comments
 (0)