diff options
author | Kyomotoi <[email protected]> | 2022-10-13 22:23:03 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-10-13 22:23:03 +0800 |
commit | 8c300c36ff7b2ebc3c00bfa75e9bf74033f97bc7 (patch) | |
tree | ff4542f1215431cb2e66125bb7c29561e6405681 /.github | |
parent | 5771321a356168a3a1ee978dcb016a64c4590bf5 (diff) | |
download | ATRI-8c300c36ff7b2ebc3c00bfa75e9bf74033f97bc7.tar.gz ATRI-8c300c36ff7b2ebc3c00bfa75e9bf74033f97bc7.tar.bz2 ATRI-8c300c36ff7b2ebc3c00bfa75e9bf74033f97bc7.zip |
đ æŽæ° action 觊ćè§ć
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker-image-build.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/docker-image-build.yml b/.github/workflows/docker-image-build.yml index 8ff988e..db22c24 100644 --- a/.github/workflows/docker-image-build.yml +++ b/.github/workflows/docker-image-build.yml @@ -1,11 +1,10 @@ name: đ§ Auto Build Docker Image + on: push: branches: [main] - pull_request: - branches: [main] + tags: ["đ ććžçæŹ*"] - workflow_dispatch: jobs: docker: runs-on: ubuntu-latest |