We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d445b67 commit e3298e7Copy full SHA for e3298e7
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ on:
27
- master
28
paths:
29
# Run workflow for all paths which have a `*.js` file extension:
30
- - '*.js'
+ - '*'
31
32
# Run workflow whenever the root `package.json` changes:
33
- '/package.json'
0 commit comments