From 962b571eac828f1ad334fb043b6265fbf16e6b61 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 5 Nov 2023 14:17:27 -0700 Subject: removed test branch from action triggers (the action works and seems ready to merge) --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index e3371ec..fabcf31 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -2,7 +2,7 @@ name: build all on: push: - branches: [ "trunk", "gretel-actions" ] + branches: [ "trunk" ] pull_request: branches: [ "trunk" ] -- cgit v1.2.3