Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: The image should only be built when explicitly released, or when triggered manually #307

Merged
merged 3 commits into from
Jan 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Build Docker Image

on:
workflow_dispatch:
push:
branches:
- main
pull_request_target:
branches:
- main
tags:
- '*.*.*'
xffxff marked this conversation as resolved.
Show resolved Hide resolved
xffxff marked this conversation as resolved.
Show resolved Hide resolved

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
Loading