Skip to content

Commit

Permalink
Merge branch 'master' into rewrite_eval_tensors
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Xiang-Ideal authored Dec 14, 2023
2 parents 492d86c + 27f1b61 commit 26e3dd0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/isort-and-black-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
# https://github.com/cclauss/autoblack

name: isort and black check
on: [pull_request]

on:
push:
branches: [ master ]
pull_request:
branches: '**'

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26e3dd0

Please sign in to comment.