Skip to content

Commit

Permalink
Build binaries only for tags
Browse files Browse the repository at this point in the history
This is to reduce the usage of GitHub Actions. I did not look into the pricing of GitHub Actions. If
it is based on the amount of build time that is consumed, then I want to consume less by building
only tags.
  • Loading branch information
icyflame committed Jul 12, 2024
1 parent 865a856 commit 4dee1c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build Binary

on: [push]
on:
push:
tags:

jobs:
build:
Expand Down

0 comments on commit 4dee1c1

Please sign in to comment.