Skip to content

Commit

Permalink
chore: ci, fix release (#3844)
Browse files Browse the repository at this point in the history
only publish if artifacts are avaialable
  • Loading branch information
digikata authored Jan 30, 2024
1 parent 0c5d25c commit 45c0089
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish

on:
push:
branches: master
# push:
# branches: master

# repository_dispatch:
# types: [ ci-success ]
repository_dispatch:
types: [ ci-success ]

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 45c0089

Please sign in to comment.