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.
1 parent 784d974 commit ed64e39Copy full SHA for ed64e39
.github/workflows/tests.yml
@@ -11,7 +11,9 @@ on:
11
- "*.nimble"
12
# ignore docs not to waste CI minutes
13
- "!src/docs/**"
14
- pull_request:
+ pull_request_target:
15
+ branches:
16
+ - main
17
types:
18
- opened
19
- synchronize
.github/workflows/unit-tests.yml
@@ -5,14 +5,16 @@ on:
5
branches:
6
- main
7
paths-ignore:
8
- - '**.md'
9
- - 'server/**'
10
- - 'tests/functional/**'
+ - "**.md"
+ - "server/**"
+ - "tests/functional/**"
pull_request:
+ branches-ignore:
+ - libn00b*
workflow_dispatch:
20
permissions:
0 commit comments