diff --git a/.github/workflows/upload_artifact.yml b/.github/workflows/upload-artifact.yml similarity index 74% rename from .github/workflows/upload_artifact.yml rename to .github/workflows/upload-artifact.yml index d9fa00ebbee1a..5e9ad6f3816af 100644 --- a/.github/workflows/upload_artifact.yml +++ b/.github/workflows/upload-artifact.yml @@ -1,7 +1,13 @@ - name: Upload a Build Artifact + name: "Upload a Build Artifact" uses: actions/upload-artifact@v4.3.1 + + on: + push: + paths: + - 'lang/po/*.po' + with: - name: translation + name: "Translation" path: .github/workflows/pull-translations.yml compression-level: 0 # If true, an artifact with a matching name will be deleted before a new one is uploaded. If false, the action will fail if an artifact for the given name already exists. Does not fail if the artifact does not exist.