Skip to content

Commit

Permalink
ci: disable publish on release
Browse files Browse the repository at this point in the history
The release workflow will call the publish workflow, so there is no
need to have it enabled on release. This also prevents those workflows
from triggering on some pre-release releases.
  • Loading branch information
wangl-cc committed Dec 1, 2023
1 parent 455b9e1 commit 412d884
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-aur.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish AUR Package

on:
release:
types: [published]
workflow_call:
inputs:
pkgver:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-homebrew.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish Homebrew

on:
release:
types: [published]
workflow_call:
inputs:
version:
Expand Down

0 comments on commit 412d884

Please sign in to comment.