We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21eb782 commit 34f8cc8Copy full SHA for 34f8cc8
.github/workflows/test.yaml
@@ -3,10 +3,6 @@ name: Update Dependencies and Test
3
on:
4
pull_request:
5
types: [opened, synchronize]
6
- paths:
7
- - 'go.mod'
8
- - 'go.sum'
9
- - '**.go'
10
push:
11
branches:
12
- main
.gitignore
@@ -33,7 +33,7 @@
33
.idea/**/usage.statistics.xml
34
.idea/**/dictionaries
35
.idea/**/shelf
36
-
+.idea/codeStyles
37
# Generated files
38
.idea/**/contentModel.xml
39
0 commit comments