diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 2868aef..8f84eca 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -5,7 +5,7 @@ name: "Integrate" on: # yamllint disable-line rule:truthy push: branches: - - "5.x" + - "1.x" pull_request: null schedule: - cron: '0 14 * * 1'