Skip to content

Commit 8fa5ac2

Browse files
authored
Proper path to check on (#175)
1 parent 0005192 commit 8fa5ac2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/emerald.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
with:
4141
filters: |
4242
code:
43-
- '**/.rs'
43+
- '**/*.rs'
4444
- 'Makefile'
4545
- '**/Cargo.toml'
4646
- '**/Cargo.lock'
47-
- '**/.sh'
47+
- '**/*.sh'
4848
- '*/workflows/emerald.yml'
4949
- name: Install Protoc
5050
uses: arduino/setup-protoc@v3

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
with:
3939
filters: |
4040
code:
41-
- '**/.rs'
41+
- '**/*.rs'
4242
- 'Makefile'
4343
- '**/Cargo.toml'
4444
- '**/Cargo.lock'
45-
- '**/.sh'
45+
- '**/*.sh'
4646
- '*/workflows/test.yml'
4747
- name: Install Protoc
4848
uses: arduino/setup-protoc@v3

0 commit comments

Comments
 (0)