Skip to content

Commit d9abbf6

Browse files
authored
Run CI for gh branches (#964)
* Run CI for gh branches * add ruff
1 parent 72d2518 commit d9abbf6

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.github/workflows/doc_build.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
- release/*
8+
- 'gh/**'
89
tags:
910
- v[0-9]+.[0-9]+.[0-9]
1011
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+

.github/workflows/float8_test.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+
- 'gh/**'
78
pull_request:
89
branches:
910
- main
11+
- 'gh/**'
1012

1113
concurrency:
1214
group: float8_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}

.github/workflows/regression_test.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+
- 'gh/**'
78
pull_request:
89
branches:
910
- main
11+
- 'gh/**'
1012

1113
concurrency:
1214
group: regression_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}

.github/workflows/ruff_linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- 'gh/**'
78
pull_request:
9+
branches:
10+
- main
11+
- 'gh/**'
812

913
jobs:
1014
build:

0 commit comments

Comments
 (0)