From 5e5bb8f0a874cc4a3d283447176827e31b075382 Mon Sep 17 00:00:00 2001 From: Paul Radley Date: Sat, 20 Jan 2024 18:00:02 +0300 Subject: [PATCH] run on any branch --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5861b2..c83edf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,8 @@ name: Build and Deploy MkDocs on: push: - branches: - - $default-branch - - workflow_dispatch: + branches: ['*'] +# - $default-branch permissions: contents: read