From 190109d3dcc27bdb68bf789762badf6caed22b97 Mon Sep 17 00:00:00 2001 From: Douglas Wilson Date: Wed, 8 May 2024 15:47:50 +0100 Subject: [PATCH] hack ci to run --- .github/workflows/ci-py.yml | 4 +--- .github/workflows/ci-rs.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-py.yml b/.github/workflows/ci-py.yml index dfff0d309..adf809aca 100644 --- a/.github/workflows/ci-py.yml +++ b/.github/workflows/ci-py.yml @@ -4,9 +4,7 @@ on: push: branches: - main - pull_request: - branches: - - main + pull_request: {} merge_group: types: [checks_requested] workflow_dispatch: {} diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index 306e955ed..6b7b1957e 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -4,9 +4,7 @@ on: push: branches: - main - pull_request: - branches: - - main + pull_request: {} merge_group: types: [checks_requested] workflow_dispatch: {}