Skip to content

Commit

Permalink
fix: Include build files to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
omegion committed Oct 28, 2023
1 parent fd71fb5 commit 357296a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
name: Build Docker Image

on:
schedule:
- cron: '0 0 * * MON'
workflow_dispatch:
push:
tags:
- 'v*'
workflow_run:
workflows: ["Tests"]
branches: [master]
types:
- completed

jobs:
release:
name: Release GitHub tag
runs-on: 'ubuntu-latest'
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions:
contents: write
outputs:
Expand Down

0 comments on commit 357296a

Please sign in to comment.