Skip to content

Commit

Permalink
chore: update runtime build workflow to include more tags and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Jan 13, 2025
1 parent 665d8ba commit 4ae7407
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Build Torus Runtime

on:
push:
tags: "v*"
workflow_dispatch:
push:
tags:
- "v*"
- "runtime-*"
- "runtime/*"
branches:
- github-ci-test
- build-runtime

jobs:
build:
Expand Down

0 comments on commit 4ae7407

Please sign in to comment.