diff --git a/.github/workflows/gpu_test.yml b/.github/workflows/gpu_test.yml index e0be897532..f9e36e9c2e 100644 --- a/.github/workflows/gpu_test.yml +++ b/.github/workflows/gpu_test.yml @@ -1,13 +1,13 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: GPU Test V3 +name: GPU Test on: push: - branches: [ v3 ] + branches: [ main ] pull_request: - branches: [ v3 ] + branches: [ main ] workflow_dispatch: env: diff --git a/.github/workflows/hypothesis.yaml b/.github/workflows/hypothesis.yaml index c5a239c274..85d48bddb1 100644 --- a/.github/workflows/hypothesis.yaml +++ b/.github/workflows/hypothesis.yaml @@ -3,11 +3,9 @@ on: push: branches: - "main" - - "v3" pull_request: branches: - "main" - - "v3" types: [opened, reopened, synchronize, labeled] schedule: - cron: "0 0 * * *" # Daily “At 00:00” UTC diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5683b62dff..ae24fca6f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,13 +1,13 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Test V3 +name: Test on: push: - branches: [ v3 ] + branches: [ main ] pull_request: - branches: [ v3 ] + branches: [ main ] workflow_dispatch: concurrency: