Commit a39006be by n1ru4l

only run action when pushing a tag

parent 8932555f
...@@ -2,6 +2,8 @@ name: Build ARM bindings ...@@ -2,6 +2,8 @@ name: Build ARM bindings
on: on:
push: push:
tags:
- "v*"
jobs: jobs:
build: build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment