Skip to content

Commit

Permalink
[ci-skip] only publish if manually ran
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Dec 11, 2024
1 parent cb5a925 commit e442895
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish Release

on:
push:
branches:
- main
workflow_dispatch:
inputs:
logLevel:
Expand All @@ -13,7 +11,6 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
if: "contains(github.event.commits[0].message, '[build]')"
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e442895

Please sign in to comment.