Skip to content

Commit c057513

Browse files
authored
Merge pull request ocaml#6767 from kit-ty-kate/gha-run-main-workflow-shell
GHA: Run the main workflows when a change happened in the shell/ directory
2 parents de47149 + faa8bf1 commit c057513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on:
5252
- '.github/workflows/main.yml'
5353
- 'tests/**'
5454
- '!tests/bench/**'
55-
- 'shell/'
55+
- 'shell/**'
5656
push:
5757
branches:
5858
- 'master'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- '.github/workflows/main.yml'
1616
- 'tests/**'
1717
- '!tests/bench/**'
18-
- 'shell/'
18+
- 'shell/**'
1919
push:
2020
branches:
2121
- 'master'

0 commit comments

Comments
 (0)