From 2d2f86114c1f14eadd0daa5eaab634e79a6897cb Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Fri, 24 Jun 2022 16:22:03 +0300 Subject: [PATCH] [skip ci] Don't generate clickables for PRs --- .github/workflows/dev-clickable-builds.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/dev-clickable-builds.yml b/.github/workflows/dev-clickable-builds.yml index 1f2c2f916..50bcc702f 100644 --- a/.github/workflows/dev-clickable-builds.yml +++ b/.github/workflows/dev-clickable-builds.yml @@ -2,12 +2,6 @@ name: "dev-clickable-builds" on: push: branches: [ master ] - pull_request: - branches: [ master ] - paths-ignore: - - "Translations/*" - - "installer/*.pot" - - "installer/po/*" env: GODOT_VERSION: 3.4.2