Skip to content

Commit

Permalink
ga: run on 'v' tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Dec 5, 2024
1 parent 69d0f0c commit 72098f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build ArmCpuInfo
on:
push:
branches: [ "devel" ]
tags: "v*"
pull_request:
branches: [ "devel" ]

Expand Down Expand Up @@ -68,4 +69,3 @@ jobs:
with:
artifacts: "ArmCpuInfo*"
generatereleasenotes: true

0 comments on commit 72098f8

Please sign in to comment.