We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d87533 commit 309b8adCopy full SHA for 309b8ad
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
# Run for each commit to confirm that the build is still working.
7
push:
8
paths:
9
- - ./.github/workflows/build.yml
+ - '.github/workflows/build.yml'
10
- 'src/**'
11
- '!src/**/__tests__/**'
12
- '!src/**/__mocks__/**'
0 commit comments