Skip to content

Commit

Permalink
revert(ci): allow to trigger on prerelease
Browse files Browse the repository at this point in the history
This reverts commit a9c6ff7.
  • Loading branch information
pan93412 committed Aug 20, 2021
1 parent 5c8d62b commit b576bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ on:
- '.github/**/*'

release:
types:
- prereleased
- published
types: [published]

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ on:
- '.github/**/*'

release:
types:
- prereleased
- published
types: [ published ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit b576bc8

Please sign in to comment.