We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab453d commit 0a56938Copy full SHA for 0a56938
1 file changed
.github/workflows/couchdb.yml
@@ -1,5 +1,15 @@
1
-name: CouchDB Tests
2
-on: [push]
+name: CouchDB Tests (Optional)
+on:
3
+ push:
4
+ branches-ignore:
5
+ - main
6
+ paths:
7
+ - 'packages/react-couchdb-authentication/**'
8
+ pull_request:
9
+ branches:
10
11
12
13
14
jobs:
15
test:
@@ -22,7 +32,7 @@ jobs:
22
32
- name: Set up CouchDB
23
33
uses: "cobot/couchdb-action@main"
24
34
with:
25
- couchdb version: "3.5.0"
35
+ couchdb-version: "3.5.0"
26
36
27
37
- name: Check CouchDB
28
38
run: |
0 commit comments