diff options
| author | Bobby <[email protected]> | 2024-09-13 22:56:37 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-09-13 22:56:37 -0400 |
| commit | fdbf8130c1acf0f74c327bcafce1eb3aeaaa10c7 (patch) | |
| tree | 67938ef98ad4a5116d9912e41f6ec15f5f3f2dc8 /.github | |
| parent | f3018e8e25c7ce2662676038dcfec4fc1a791993 (diff) | |
| download | yugen-fdbf8130c1acf0f74c327bcafce1eb3aeaaa10c7.tar.xz yugen-fdbf8130c1acf0f74c327bcafce1eb3aeaaa10c7.zip | |
Update Build Workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d24e3d7..d4e0f6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build and Deploy Docker Image -on: [pull_request] +on: [push] jobs: build_and_deploy: |
