diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index d1c6f21f2e..5cba056c7c 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -1,9 +1,11 @@ -name: Slow Tests on main +name: Fast GPU Tests on main on: push: branches: - main + - "v*.*.*-release" + - "v*.*.*-patch" paths: - "src/diffusers/**.py" - "examples/**.py"