Skip to content

Commit

Permalink
Fix push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuyDanish committed Jun 8, 2024
1 parent 73a257f commit 318663f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Build binaries"
name: "Build and publish binaries"

permissions:
contents: write

on:
push:
branches:
- 'v[0-9]+.[0-9]+.[0-9]+'
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit 318663f

Please sign in to comment.