Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
do not execute release on push😂
  • Loading branch information
csc530 authored May 10, 2024
1 parent d979970 commit 549ba1e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
name: .NET

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -69,4 +65,4 @@ jobs:
- name: Publish GitHub Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release eedit ${{ }}
run: gh release eedit ${{ }}

0 comments on commit 549ba1e

Please sign in to comment.