Skip to content

Commit 13f83d1

Browse files
committed
ci: PRではパスフィルターを無効化してすべての変更でCIを実行
- Branch protection rulesに対応 - README.mdのみの変更でもCI checksが実行される
1 parent adfda53 commit 13f83d1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ on:
1414
pull_request:
1515
branches:
1616
- main
17-
paths:
18-
- '**.scala'
19-
- '**.java'
20-
- '**.sbt'
21-
- '.scalafmt.conf'
22-
- '.github/workflows/**'
23-
- 'project/**'
2417
schedule:
2518
- cron: '0 * * * *'
2619
jobs:

0 commit comments

Comments
 (0)