Skip to content

Commit 2958f16

Browse files
author
Matthias Koeppe
committed
.github/workflows: Run build, doc-build on pull_request; do not run portability on pull_request; remove ticket.yaml
1 parent 047281e commit 2958f16

File tree

9 files changed

+4
-43
lines changed

9 files changed

+4
-43
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build & Test
22

33
on:
4+
pull_request:
5+
types: [opened, synchronize]
46
push:
57
workflow_dispatch:
68
# Allow to run manually

.github/workflows/ci-conda.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Build & Test using Conda
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize]
64
push:
75
tags:
86
- '*'

.github/workflows/ci-cygwin-minimal.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI cygwin-minimal
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize]
64
push:
75
tags:
86
- '*'

.github/workflows/ci-cygwin-standard.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI cygwin-standard
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize]
64
push:
75
tags:
86
- '*'

.github/workflows/ci-linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ name: CI Linux
1818
#on: [push, pull_request]
1919

2020
on:
21-
pull_request:
22-
types: [opened, synchronize]
2321
push:
2422
tags:
2523
- '*'

.github/workflows/ci-macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ name: CI macOS
1818
#on: [push, pull_request]
1919

2020
on:
21-
pull_request:
22-
types: [opened, synchronize]
2321
push:
2422
tags:
2523
- '*'

.github/workflows/ci-wsl.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Build & Test WSL
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize]
64
push:
75
tags:
86
- '*'

.github/workflows/doc-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build documentation
22

33
on:
4+
pull_request:
5+
types: [opened, synchronize]
46
push:
57
workflow_dispatch:
68
# Allow to run manually

.github/workflows/ticket.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)