From 265cb9b891ed179f389c52f212911e8e3c830482 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 21 Mar 2023 08:57:52 +0100 Subject: [PATCH] update test.yml, please action work... --- .gitea/workflows/test.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index de15d13..964180e 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -4,12 +4,17 @@ # against bad commits. name: build -on: [push, pull_request] +on: + push: + branches: [ master, dev ] + pull_request_target: + branches: [ master, dev ] + jobs: build: strategy: - matrix: + matrix:- java: [ '17' ] # and run on both Linux and Windows os: [ubuntu-latest, windows-2022]