Skip to content

Commit

Permalink
Run CI for gh branches (#964)
Browse files Browse the repository at this point in the history
* Run CI for gh branches

* add ruff
  • Loading branch information
msaroufim authored Sep 27, 2024
1 parent 72d2518 commit d9abbf6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- release/*
- 'gh/**'
tags:
- v[0-9]+.[0-9]+.[0-9]
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/float8_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- 'gh/**'
pull_request:
branches:
- main
- 'gh/**'

concurrency:
group: float8_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- 'gh/**'
pull_request:
branches:
- main
- 'gh/**'

concurrency:
group: regression_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ruff_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- main
- 'gh/**'
pull_request:
branches:
- main
- 'gh/**'

jobs:
build:
Expand Down

0 comments on commit d9abbf6

Please sign in to comment.