We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76605d9 + 1b0f1cc commit 3da72bdCopy full SHA for 3da72bd
.github/workflows/format.yml
@@ -4,9 +4,11 @@ on:
4
push:
5
paths:
6
- 'CollaborativeCoding/**'
7
+ - 'tests/**'
8
pull_request:
9
10
11
12
13
jobs:
14
format:
.github/workflows/test.yml
@@ -2,9 +2,13 @@ name: Test
2
3
on:
- branches: [ main ]
+ paths:
+ - 'CollaborativeCoding/**'
test:
0 commit comments