Skip to content

Commit d90cb91

Browse files
committed
ci: remove definitions block
1 parent 0fcb169 commit d90cb91

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/test.yml

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
name: Test
22

3-
definitions:
4-
paths: &paths
5-
- src/**/*
6-
- tests/**/*
7-
- include/**/*
8-
- pesde.toml
9-
- pesde.lock
10-
- .github/workflows/test.yml
11-
123
on:
134
push:
145
branches:
156
- master
16-
paths: *paths
7+
paths: &paths
8+
- src/**/*
9+
- tests/**/*
10+
- include/**/*
11+
- pesde.toml
12+
- pesde.lock
13+
- .github/workflows/test.yml
1714

1815
pull_request:
1916
paths: *paths

0 commit comments

Comments
 (0)