Skip to content

Commit

Permalink
revert on trigger to push for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eizedev committed Apr 3, 2024
1 parent 90b66a6 commit 2bf7629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: Creating Release of latest AirConnect binaries
on:
release:
types: [published]
push:
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -70,6 +69,7 @@ jobs:
${GITHUB_WORKSPACE}"/src/dsm7/dist/*.spk
discussion_category_name: Releases
generate_release_notes: true
if: startsWith(github.ref, 'refs/tags/')

- name: Upload releases to artifacts
id: upload_releases
Expand Down

0 comments on commit 2bf7629

Please sign in to comment.