Skip to content

Commit 34f8cc8

Browse files
committed
Change paths
1 parent 21eb782 commit 34f8cc8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Update Dependencies and Test
33
on:
44
pull_request:
55
types: [opened, synchronize]
6-
paths:
7-
- 'go.mod'
8-
- 'go.sum'
9-
- '**.go'
106
push:
117
branches:
128
- main

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.idea/**/usage.statistics.xml
3434
.idea/**/dictionaries
3535
.idea/**/shelf
36-
36+
.idea/codeStyles
3737
# Generated files
3838
.idea/**/contentModel.xml
3939

0 commit comments

Comments
 (0)