From 30af5d1e9c111600e9cf3ba280df5b9b338297bb Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 1 May 2024 17:18:45 +0800 Subject: [PATCH] simplify triggers --- .gitea/workflows/fixturenet-eth-plugeth-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/fixturenet-eth-plugeth-test.yml b/.gitea/workflows/fixturenet-eth-plugeth-test.yml index 5454351d..6cb3afd6 100644 --- a/.gitea/workflows/fixturenet-eth-plugeth-test.yml +++ b/.gitea/workflows/fixturenet-eth-plugeth-test.yml @@ -2,13 +2,11 @@ name: Fixturenet-Eth-Plugeth-Test on: push: - branches: '*' + branches: 'main' paths: - - '!**' - '.gitea/workflows/triggers/fixturenet-eth-plugeth-test' pull_request: paths: - - '!**' - '.gitea/workflows/triggers/fixturenet-eth-plugeth-test' schedule: # Note: coordinate with other tests to not overload runners at the same time of day - cron: '2 14 * * *'