diff --git a/.gitea/workflows/ups.yml b/.gitea/workflows/ups.yml index 23bed61..6805781 100644 --- a/.gitea/workflows/ups.yml +++ b/.gitea/workflows/ups.yml @@ -1,6 +1,9 @@ name: ups on: + push: + branches: + - "custom" schedule: - cron: "@weekly" @@ -13,7 +16,7 @@ jobs: - name: Install ups run: | - sudo apt install python3 python3-build requests make + sudo apt install -y python3 python-build python-requests make git clone https://git.ngn.tf/ngn/ups && cd ups make && make install