Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
fix: workflow not triggering on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Sep 24, 2022
1 parent ded9f6e commit d350fd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- "**"
tags:
- 'v*'
pull_request:
name: build
jobs:
Expand Down Expand Up @@ -66,6 +68,7 @@ jobs:
uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # ratchet:docker/setup-qemu-action@v2
- name: Test on ARM64 ${{ matrix.release }}
run: ./scripts/docker-test --build --trace --distro arm64v8/debian --release "${{ matrix.release }}"
# Release
release:
if: startsWith(github.ref, 'refs/tags/v')
needs:
Expand Down

0 comments on commit d350fd6

Please sign in to comment.