From 68fda1f03ad187c19403784ce966701476320dab Mon Sep 17 00:00:00 2001 From: graphemecluster Date: Sun, 1 Dec 2024 22:37:01 +0800 Subject: [PATCH] CI: Remove non-existent branch --- .github/workflows/deploy-test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 6cda199a..1ca4fa0a 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -1,16 +1,12 @@ name: Compilation check on: - # Trigger the workflow on push or pull request, - # but only for the dev and main branches push: branches: - main - - trunk pull_request: branches: - main - - trunk workflow_dispatch: inputs: logLevel: