We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d1349 commit ec6afedCopy full SHA for ec6afed
1 file changed
.github/workflows/encryption-tests.yml
@@ -1,10 +1,22 @@
1
name: Encryption Tests
2
3
on:
4
- push:
5
- branches: ['master']
6
pull_request:
7
- branches: [ 'master', 'csfle' ]
+ paths:
+ - ".github/workflows/encryption-tests.yml"
+ - "package.json"
8
+ - "index.js"
9
+ - "lib/**"
10
+ - "test/encryption/**.js"
11
+ - "scripts/setup-encryption-tests.js"
12
+ push:
13
14
15
16
17
18
19
20
workflow_dispatch: {}
21
22
permissions:
0 commit comments