From 83fbd5bcc011293112d9a46e2f09323667ad3b41 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Mon, 15 Aug 2022 20:44:12 +0100 Subject: [PATCH] Remove VATSIM client key --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10ccd38c7..b7f79b387 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,6 @@ name: Build swift on: push: - branches-ignore: - - stable/** - - nobuild/** - - readthedocs pull_request: concurrency: @@ -13,8 +9,8 @@ concurrency: cancel-in-progress: true env: - do_vatsim_key: ${{ github.event_name == 'push' }} - do_symbols: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/develop/') }} + do_vatsim_key: false + do_symbols: true eol_months: 12 qt_version: 5.15.2 bitrock_version: qt-professional-22.3.0