Skip to content

Commit adfda53

Browse files
committed
ci: CI workflowのパスフィルターを改善
- .github/workflows/配下のすべてのファイルを監視対象に追加 - project/配下のsbtプラグイン変更も監視対象に追加
1 parent 642a1ab commit adfda53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
- '**.java'
1010
- '**.sbt'
1111
- '.scalafmt.conf'
12-
- '.github/workflows/ci.yml'
12+
- '.github/workflows/**'
13+
- 'project/**'
1314
pull_request:
1415
branches:
1516
- main
@@ -18,7 +19,8 @@ on:
1819
- '**.java'
1920
- '**.sbt'
2021
- '.scalafmt.conf'
21-
- '.github/workflows/ci.yml'
22+
- '.github/workflows/**'
23+
- 'project/**'
2224
schedule:
2325
- cron: '0 * * * *'
2426
jobs:

0 commit comments

Comments
 (0)