Skip to content

Commit 38016ca

Browse files
committed
ok this should do it
1 parent 43cc54d commit 38016ca

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/update-chainspec.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ concurrency:
66

77
on:
88
pull_request:
9-
branches:
10-
- "**" # This ensures it triggers on all target branches
11-
paths-ignore:
12-
- "devnet/**"
13-
- "testnet/**"
14-
- "main/**"
15-
- "devnet-ready/**"
169

1710
workflow_dispatch:
1811
inputs:
@@ -30,6 +23,11 @@ jobs:
3023
runs-on: SubtensorCI
3124
permissions:
3225
contents: write
26+
if: >
27+
github.event.pull_request.head.ref != 'devnet-ready' &&
28+
github.event.pull_request.head.ref != 'devnet' &&
29+
github.event.pull_request.head.ref != 'testnet' &&
30+
github.event.pull_request.head.ref != 'main'
3331
3432
strategy:
3533
matrix:

0 commit comments

Comments
 (0)