diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 84da5938f6..fd651fa6a4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -10,13 +10,11 @@ on: - '**/*.rst' branches: - master - - '[0-9].x' - - '[0-9].[0-9].x' + - '[0-9].*' pull_request: branches: - master - - '[0-9].x' - - '[0-9].[0-9].x' + - '[0-9].*' schedule: - cron: '0 1 * * *' # nightly build workflow_dispatch: