From 68d9d8c065306ff7df46c24596f2119f4fca0eaa Mon Sep 17 00:00:00 2001 From: Konstantin Dobler Date: Mon, 6 Nov 2023 21:38:24 +0100 Subject: [PATCH] remove debug workflow trigger --- .github/workflows/test_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index 6ca3144..59ef414 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [main, emnlp-code] + branches: [main] workflow_dispatch: jobs: test: