Skip to content

Commit

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

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

jobs:
build:
Expand Down

0 comments on commit a1f33b6

Please sign in to comment.