diff --git a/.github/workflows/inductor.yml b/.github/workflows/inductor.yml index 174cd02..0bbe4e1 100644 --- a/.github/workflows/inductor.yml +++ b/.github/workflows/inductor.yml @@ -1,7 +1,8 @@ name: Test build/test linux gpu on: - pull_request: + push: + branches: [ master, main ] workflow_dispatch: inputs: triton_pin: @@ -65,4 +66,4 @@ jobs: echo "Installing magma-cuda121" conda install -y -c pytorch magma-cuda121 python setup.py install - pytest -n 1 test/inductor/test_torchinductor.py \ No newline at end of file + pytest -n 1 test/inductor/test_torchinductor.py