Skip to content

Commit ef06965

Browse files
committed
Simplificando o CI para ser executado somente nas alterações de código
1 parent fdfdd0f commit ef06965

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
name: ci
1+
name: CI dos códigos de aulas
2+
23
on:
34
push:
4-
branches:
5-
- main
5+
paths:
6+
- 'codigo_das_aulas/**'
7+
- '.github/workflows/**'
68
pull_request:
7-
branches:
8-
- main
9+
paths:
10+
- 'codigo_das_aulas/**'
11+
- '.github/workflows/**'
912

1013
jobs:
1114
test:

0 commit comments

Comments
 (0)