From b292175d431a3cbcbfb54085a8b76ffe71103730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Tue, 5 Nov 2024 17:00:05 +0100 Subject: [PATCH] ci: Remove branches '*' when it's the default behaviour --- .github/workflows/ci-ignored-workaround.yml | 4 ---- .github/workflows/ci.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/ci-ignored-workaround.yml b/.github/workflows/ci-ignored-workaround.yml index 75795546..397c0eef 100644 --- a/.github/workflows/ci-ignored-workaround.yml +++ b/.github/workflows/ci-ignored-workaround.yml @@ -1,15 +1,11 @@ name: Skip CI on ignored paths on: push: - branches: - - '*' paths: - '.gitignore' - '**.md' - 'LICENSE' pull_request: - branches: - - '*' paths: - '.gitignore' - '**.md' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45ad8585..c93dc09c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,15 +1,11 @@ name: CI on: push: - branches: - - '*' paths-ignore: - '.gitignore' - '**.md' - 'LICENSE' pull_request: - branches: - - '*' paths-ignore: - '.gitignore' - '**.md'