Skip to content

Commit

Permalink
ci: don't run release on push to main
Browse files Browse the repository at this point in the history
also, add a step to install just
  • Loading branch information
rszyma committed Feb 9, 2024
1 parent d87462a commit 4436ccf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: release
on:
push:
branches: main
tags:
- "v*.*.*"

Expand All @@ -20,6 +19,9 @@ jobs:
run: |
sudo apt-get install libayatana-appindicator3-dev
- name: Install just
uses: taiki-e/install-action@just

- name: Build
run: |
just build_release_linux ${{github.ref}}
Expand Down

0 comments on commit 4436ccf

Please sign in to comment.