Skip to content

Commit 58480c0

Browse files
[TASK] Run workflows for 0.4.x branch
1 parent ac25fe4 commit 58480c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cgl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CGL
22
on:
33
push:
44
branches:
5-
- main
5+
- 0.4.x
66
pull_request:
77
branches:
8-
- main
8+
- 0.4.x
99

1010
jobs:
1111
cgl:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Tests
22
on:
33
push:
44
branches:
5-
- main
5+
- 0.4.x
66
pull_request:
77
branches:
8-
- main
8+
- 0.4.x
99

1010
jobs:
1111
tests:

0 commit comments

Comments
 (0)