Skip to content

Commit 7b81cb8

Browse files
authored
Merge pull request #421 from ManifoldFR/stop-doing-ci-so-much
ci : only trigger workflows on push when on devel
2 parents 963d2f5 + 10b7c47 commit 7b81cb8

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/workflows/ci-arch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI - ArchLinux
22

33
on:
44
push:
5+
branches: devel
56
pull_request:
67
paths-ignore:
78
- CHANGELOG.md

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI - Linux/OSX/Windows - Conda
22

33
on:
44
push:
5+
branches: devel
56
pull_request:
67
paths-ignore:
78
- CHANGELOG.md

.github/workflows/ci-linux-ros.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI - Linux - ROS
22
on:
33
push:
4+
branches: devel
45
pull_request:
56
paths-ignore:
67
- CHANGELOG.md

.github/workflows/nix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: "CI - Nix"
33
on:
44
push:
55
branches:
6-
- main
76
- devel
87
pull_request:
98
branches:
10-
- main
119
- devel
1210

1311
jobs:

0 commit comments

Comments
 (0)