From 538a2748cffcb938c87424cbaf267adb286880c0 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Sat, 7 Oct 2023 19:23:51 +0900 Subject: [PATCH] =?UTF-8?q?ci:=201.18=E3=81=AE=E3=83=AA=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=82=B9=E3=82=92push=E3=81=94=E3=81=A8=E3=81=AB=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create_1_18_release.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create_1_18_release.yml b/.github/workflows/create_1_18_release.yml index c38cb9341c..179080abb3 100644 --- a/.github/workflows/create_1_18_release.yml +++ b/.github/workflows/create_1_18_release.yml @@ -1,7 +1,17 @@ name: Create 1.18 release on: - workflow_dispatch: + push: + branches: + - 1_18 + paths: + - src/** + - build.sbt + - .scalafix.conf + - .scalafmt.conf + - project/* + - .github/workflows/**.yml + - .github/actions/**/**.yml jobs: get_version: