From be6cdc867bbb286fb5f0e8fa9053167b25a0eb15 Mon Sep 17 00:00:00 2001 From: csowada Date: Thu, 17 Dec 2020 19:49:14 +0100 Subject: [PATCH] Add devlop branch to check trigger --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 61ad217..e7d65c0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,7 @@ name: Java CI with Maven on: push: - branches: [ master ] + branches: [ master, develop ] pull_request: types: [opened, synchronize, reopened]