Skip to content

Commit a0bf0e1

Browse files
committed
ci: add v0.5.0 branch to the appropriate workflows
The generator and the workflows running tests and formatting should be run on the v0.5.0 branch.
1 parent 1534228 commit a0bf0e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/evolution-generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: CI-Generator
44

55
on:
66
push:
7-
branches: [ main ]
7+
branches: [ main, v0.5.0 ]
88
pull_request:
9-
branches: [ main ]
9+
branches: [ main, v0.5.0 ]
1010

1111
jobs:
1212
generate-and-build-generator:

.github/workflows/evolution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: CI
55

66
on:
77
push:
8-
branches: [ main, od_2023, v0.3.0 ]
8+
branches: [ main, od_2023, v0.3.0, v0.5.0 ]
99
pull_request:
10-
branches: [ main, od_2023, v0.3.0 ]
10+
branches: [ main, od_2023, v0.3.0, v0.5.0 ]
1111

1212
jobs:
1313
build-and-test:

0 commit comments

Comments
 (0)