Skip to content

Commit

Permalink
測試
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Smilin committed Apr 17, 2024
1 parent f644817 commit eaec403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Image CI

on:
push:
branches: ["release"]
branches: ["release", "main"]
pull_request:
branches: ["release"]

Expand All @@ -22,6 +22,7 @@ jobs:
echo "tag=$latest_tag" >> "$GITHUB_OUTPUT"
echo "💡 Latest tag: $latest_tag"
docker-build:
if: github.ref == 'refs/heads/release'
runs-on: ubuntu-latest
needs: [tag]
steps:
Expand Down

0 comments on commit eaec403

Please sign in to comment.