Skip to content

Commit

Permalink
ci: 1.18のリリースをpushごとにする
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Oct 7, 2023
1 parent 7375536 commit 538a274
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/create_1_18_release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 538a274

Please sign in to comment.