From e202d57023a71b87231445c96853d7857af318cc Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Fri, 12 Mar 2021 15:00:55 +0100 Subject: [PATCH] Security fix --- .github/workflows/natives.yaml | 7 ------- .github/workflows/tdapi.yaml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/.github/workflows/natives.yaml b/.github/workflows/natives.yaml index 207f1ff..95c4156 100644 --- a/.github/workflows/natives.yaml +++ b/.github/workflows/natives.yaml @@ -2,13 +2,6 @@ name: Build TDLib natives on: push: - branches: - - main - - master - pull_request: - branches: - - main - - master jobs: build: diff --git a/.github/workflows/tdapi.yaml b/.github/workflows/tdapi.yaml index cdf5183..ff09e1f 100644 --- a/.github/workflows/tdapi.yaml +++ b/.github/workflows/tdapi.yaml @@ -2,13 +2,6 @@ name: Generate TdApi.java on: push: - branches: - - main - - master - pull_request: - branches: - - main - - master jobs: build: