Skip to content

Commit

Permalink
Only release on master push
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Jul 13, 2021
1 parent b71cd6c commit 7e4c4fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Kibbe build release
on: [push]
on:
push:
branches:
- master
jobs:
build-binary:
runs-on: ubuntu-latest
Expand All @@ -14,5 +17,5 @@ jobs:
with:
artifacts: "./dist/linux/*"
token: ${{ secrets.GITHUB_TOKEN }}
name: "Latest"
name: ${{ github.sha }}
tag: ${{ github.run_number }}

0 comments on commit 7e4c4fa

Please sign in to comment.