From b39fbebf953e254dbe837189576b9e75eb9691f0 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Wed, 25 Oct 2023 08:45:52 +0200 Subject: [PATCH] CI: actually run --- .github/workflows/pybraidz-chunked-iter.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pybraidz-chunked-iter.yml b/.github/workflows/pybraidz-chunked-iter.yml index 1b1c5274a..f132f8c4f 100644 --- a/.github/workflows/pybraidz-chunked-iter.yml +++ b/.github/workflows/pybraidz-chunked-iter.yml @@ -7,13 +7,9 @@ name: pybraidz-chunked-iter on: push: - branches: - - main - - master - tags: - - '*' + branches: ["**"] pull_request: - workflow_dispatch: + branches: ["**"] permissions: contents: read