Skip to content

Commit

Permalink
chore: update build workflow to trigger on runtime/* tags and `test…
Browse files Browse the repository at this point in the history
…net` and `build-runtime*` branches
  • Loading branch information
steinerkelvin committed Jan 30, 2025
1 parent fdd8768 commit a7807f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Build Torus Runtime

on:
push:
tags: "v*"
workflow_dispatch:
push:
tags:
- "runtime/*"
branches:
- "testnet"
- "build-runtime*"

jobs:
build:
Expand Down

0 comments on commit a7807f3

Please sign in to comment.