Skip to content

Commit 17212f2

Browse files
test new workflow
1 parent 6595a67 commit 17212f2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Run Tests and send coverage
22

3-
on: [push]
3+
on: pull_request
44

55
jobs:
66
build:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
target/
22
.idea
3+
4+
5+
#Ignore vscode AI rules
6+
.github/copilot-instructions.md

0 commit comments

Comments
 (0)