Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax committed May 28, 2024
1 parent c6ae341 commit 52e0d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ci

on:
workflow_dispatch:
push:

jobs:
build:
Expand All @@ -13,5 +14,6 @@ jobs:
run: make VERSION=$(git rev-parse --short HEAD)
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: "pixel-backup-gang-*.tar.gz"

0 comments on commit 52e0d81

Please sign in to comment.