Skip to content

Commit 96b3d98

Browse files
authored
Merge pull request #1133 from compas-dev/ci-for-lts
Run CI workflows on LTS branches
2 parents fae1505 + f84978a commit 96b3d98

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- '*.LTS'
78
pull_request:
89
branches:
910
- main
11+
- '*.LTS'
1012

1113
jobs:
1214
build:
@@ -21,4 +23,4 @@ jobs:
2123
- uses: compas-dev/compas-actions.build@v3
2224
with:
2325
python: ${{ matrix.python }}
24-
invoke_lint: true
26+
invoke_lint: true

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
- '*.LTS'
78
tags:
89
- 'v*'
910
pull_request:
1011
branches:
1112
- main
13+
- '*.LTS'
1214

1315
jobs:
1416
docs:

.github/workflows/ironpython.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- '*.LTS'
78
pull_request:
89
branches:
910
- main
11+
- '*.LTS'
1012

1113
jobs:
1214
build:

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- master
8+
- '*.LTS'
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)