diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b4678d7..3489f85 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -5,6 +5,10 @@ on: schedule: - cron: "0 12 * * *" push: + paths: + - '.github/workflows/check.yml' + - 'tools/bin/lpunpack.py' + - 'current.*' jobs: update: diff --git a/README.md b/README.md index 839d4fb..b8a8bb4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ To [download](https://github.com/ngdplnk/proprietary_vendor_samsung_a73xq/releas +| OMC | CSC | +| --- | --- | +| ODM | INS | +| OJM | EGY | +| OLE | XID | +| OLM | XME | +| OWO | ZTO | +| OXE | SEK | + ### Credits - [@salvogiangri](https://github.com/salvogiangri) for the original repo and [@Asleeppp](https://github.com/Asleeppp) for previously maintaining the repo for this device. - [@jesec](https://github.com/jesec) and [@corsicanu](https://github.com/corsicanu) for the original GitHub Actions script.