Skip to content

Commit

Permalink
on
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Aug 1, 2024
1 parent ae894e4 commit 959a9b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name: Build
on:
workflow_dispatch: {}
push:
branches:
- main
- seed
tags:
- v*
pull_request: {}
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 959a9b0

Please sign in to comment.