We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cc54d commit 38016caCopy full SHA for 38016ca
.github/workflows/update-chainspec.yml
@@ -6,13 +6,6 @@ concurrency:
6
7
on:
8
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/**"
16
17
workflow_dispatch:
18
inputs:
@@ -30,6 +23,11 @@ jobs:
30
23
runs-on: SubtensorCI
31
24
permissions:
32
25
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' &&
+ github.event.pull_request.head.ref != 'main'
33
34
strategy:
35
matrix:
0 commit comments