Skip to content

Commit

Permalink
release: support more arm architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 6, 2023
1 parent 8c07c33 commit c120503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rtx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: rtx
on:
push:
tags: ["v*"]
branches: ["main"]
branches: ["main", "release/*"]
pull_request:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
Expand Down Expand Up @@ -82,6 +81,7 @@ jobs:
files: lcov.info

build-tarball:
if: startsWith(github.event.ref, 'refs/tags/v') || startsWith(github.event.ref, 'refs/heads/release/') || (github.event_name == 'push' && github.ref_name == 'main')
name: build-tarball-${{matrix.name}}
runs-on: ${{matrix.os}}
timeout-minutes: 45
Expand Down

0 comments on commit c120503

Please sign in to comment.