From 7cfaa1a3652fc6703402cb5699ec674f14337ec8 Mon Sep 17 00:00:00 2001 From: Alexander <4584443+DragonStuff@users.noreply.github.com> Date: Sun, 29 Aug 2021 12:06:10 +0900 Subject: [PATCH] fix(ci): further testing of CI logic --- .github/workflows/binary_test.yml | 5 ----- .github/workflows/container_test.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/binary_test.yml b/.github/workflows/binary_test.yml index 1cad91f82..d9e726292 100644 --- a/.github/workflows/binary_test.yml +++ b/.github/workflows/binary_test.yml @@ -1,11 +1,6 @@ name: Cross-platform binary build test on: - push: - branches-ignore: - - master - tags-ignore: - - * pull_request: workflow_dispatch: [] diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml index 2590f09e3..94d5965fc 100644 --- a/.github/workflows/container_test.yml +++ b/.github/workflows/container_test.yml @@ -1,11 +1,6 @@ name: Test Building Container Images on: - push: - branches-ignore: - - master - tags-ignore: - - * pull_request: workflow_dispatch: []