Skip to content

Commit 66a6752

Browse files
committed
Fix CI not firing after 5b5b3ae was pushed
1 parent 5b5b3ae commit 66a6752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'reopened'
99
paths:
1010
- '.github/workflows/ci.yml'
11+
- '.github/workflows/elixir_version_to_otp_version.json'
1112
- 'lib/**'
1213
- 'mix.*'
1314
- 'priv/**'
@@ -16,6 +17,7 @@ on:
1617
push:
1718
paths:
1819
- '.github/workflows/ci.yml'
20+
- '.github/workflows/elixir_version_to_otp_version.json'
1921
- 'lib/**'
2022
- 'mix.*'
2123
- 'priv/**'

0 commit comments

Comments
 (0)