From e445a531fa94d8ec2cdf7b595ce6842b1d72187f Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 15 Oct 2023 18:18:16 +0200 Subject: [PATCH] only run on main, it is the same as v1 for now --- .forgejo/workflows/integration.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/integration.yml b/.forgejo/workflows/integration.yml index 0249aa1..e403a92 100644 --- a/.forgejo/workflows/integration.yml +++ b/.forgejo/workflows/integration.yml @@ -1,6 +1,10 @@ name: integration -on: [push, pull_request_target] +on: + push: + branches: + - 'main' + pull_request_target: jobs: integration: