diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 90f2d871e..48d6228ba 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -10,7 +10,7 @@ updates: open-pull-requests-limit: 10 schedule: interval: "daily" - target-branch: "amd-staging" + target-branch: "dev" labels: - "documentation" - "dependencies" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 876d89d97..00f8736e4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,6 +4,8 @@ on: push: branches: [ amd-mainline ] paths: + - 'docs/archive/docs-2.x/**' + - 'docs/archive/docs-1.x/**' - 'docs/archive/docs-2.x/**' - 'docs/archive/docs-1.x/**' - '.github/workflows/docs.yml'