We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2590084 commit 0d87533Copy full SHA for 0d87533
.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