Skip to content

Commit

Permalink
Release on push
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Oct 10, 2023
1 parent 6bfe974 commit 9333059
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-linux.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

name: Release for Linux

on:
push:
branches: [ main ]
on: push

jobs:
build:
Expand All @@ -28,7 +26,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
files: |
Expand Down

0 comments on commit 9333059

Please sign in to comment.