From a9a2f076dc79039a09a1d2c93ee07feb9db8610c Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Fri, 15 Sep 2023 21:11:45 -0400 Subject: [PATCH] ci: `push` trigger on trunk branch only --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7c69f469c..ec1fee0d2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -3,10 +3,10 @@ name: Coatjava-CI on: - push: - branches: [ '**' ] pull_request: - branches: [ '**' ] + push: + branches: [ development ] + tags: [ '*' ] schedule: # NOTE: From what I read, the email notification for cron can only go # to the last committer of this file!!!!!