We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0005192 commit 8fa5ac2Copy full SHA for 8fa5ac2
.github/workflows/emerald.yml
@@ -40,11 +40,11 @@ jobs:
40
with:
41
filters: |
42
code:
43
- - '**/.rs'
+ - '**/*.rs'
44
- 'Makefile'
45
- '**/Cargo.toml'
46
- '**/Cargo.lock'
47
- - '**/.sh'
+ - '**/*.sh'
48
- '*/workflows/emerald.yml'
49
- name: Install Protoc
50
uses: arduino/setup-protoc@v3
.github/workflows/test.yml
@@ -38,11 +38,11 @@ jobs:
38
39
- '*/workflows/test.yml'
0 commit comments