We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6794661 + de4ffbb commit 3614d3dCopy full SHA for 3614d3d
1 file changed
.github/workflows/swift.yml
@@ -6,6 +6,7 @@ on:
6
- "swift/**"
7
- "misc/bazel/**"
8
- "misc/codegen/**"
9
+ - "shared/**"
10
- "*.bazel*"
11
- .github/workflows/swift.yml
12
- .github/actions/**
@@ -22,10 +23,12 @@ on:
22
23
24
25
26
27
28
29
30
- codeql-workspace.yml
31
+ - .pre-commit-config.yaml
32
- "!**/*.md"
33
- "!**/*.qhelp"
34
branches:
0 commit comments