diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e6907dcaef..5f01f28b92 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,8 +15,8 @@ on: pull_request: branches: - master - - '[0-9].[0-9]' - '[0-9].x' + - '[0-9].[0-9].x' schedule: - cron: '0 1 * * *' # nightly build diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index dd6adfcbce..3155eaa20f 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -6,8 +6,8 @@ on: push: branches: - master - - '[0-9].[0-9]' - '[0-9].x' + - '[0-9].[0-9].x' jobs: