Skip to content

Commit ed64e39

Browse files
committed
ci: ignoring tests for n00b branch
1 parent 784d974 commit ed64e39

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
- "*.nimble"
1212
# ignore docs not to waste CI minutes
1313
- "!src/docs/**"
14-
pull_request:
14+
pull_request_target:
15+
branches:
16+
- main
1517
types:
1618
- opened
1719
- synchronize

.github/workflows/unit-tests.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- '**.md'
9-
- 'server/**'
10-
- 'tests/functional/**'
8+
- "**.md"
9+
- "server/**"
10+
- "tests/functional/**"
1111
pull_request:
1212
paths-ignore:
13-
- '**.md'
14-
- 'server/**'
15-
- 'tests/functional/**'
13+
- "**.md"
14+
- "server/**"
15+
- "tests/functional/**"
16+
branches-ignore:
17+
- libn00b*
1618
workflow_dispatch:
1719

1820
permissions:

0 commit comments

Comments
 (0)