We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e9945 commit d445b67Copy full SHA for d445b67
.github/workflows/test.yml
@@ -29,6 +29,12 @@ on:
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'
34
+
35
+ # Run workflow whenever this file changes:
36
+ - '/.github/workflows/test.yml'
37
38
# Except for paths within certain folders:
39
- '!*/benchmark/*'
40
- '!*/examples/*'
0 commit comments