From 44b78b52118b5f9e70750dae52a632d8542e4e93 Mon Sep 17 00:00:00 2001 From: kjkrishnan Date: Thu, 11 Jan 2024 16:25:07 -0500 Subject: [PATCH] empty workflow --- .github/workflows/bioc_branch.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/bioc_branch.yml diff --git a/.github/workflows/bioc_branch.yml b/.github/workflows/bioc_branch.yml new file mode 100644 index 0000000..7febaef --- /dev/null +++ b/.github/workflows/bioc_branch.yml @@ -0,0 +1,4 @@ +name: Update Bioconductor package files + +on: + workflow_dispatch: \ No newline at end of file