Skip to content

Commit

Permalink
Build prerelease on push
Browse files Browse the repository at this point in the history
  • Loading branch information
sosheskaz committed Apr 20, 2024
1 parent f0dcc19 commit 1989b4d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
name: Perform a release

on: [workflow_dispatch] # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
branches: [main]
workflow_dispatch:

jobs:
build-images:
runs-on: ubuntu-latest
Expand All @@ -18,4 +22,4 @@ jobs:
with:
tag_name: ${{ steps.version.outputs.VERSION }}
release_name: Release ${{ steps.version.outputs.VERSION }}
draft: true
prerelease: true

0 comments on commit 1989b4d

Please sign in to comment.