From b4adc891ac3edfac26034eb8704c63b65100f97a Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 20 Aug 2025 10:28:15 -0700 Subject: [PATCH] Rename main to oadp-dev for GitHub Actions --- .github/workflows/cross-arch-build-test.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cross-arch-build-test.yml b/.github/workflows/cross-arch-build-test.yml index 1058d15d..f620a650 100644 --- a/.github/workflows/cross-arch-build-test.yml +++ b/.github/workflows/cross-arch-build-test.yml @@ -2,9 +2,9 @@ name: Cross-Architecture Build Test on: push: - branches: [ main ] + branches: [ oadp-dev ] pull_request: - branches: [ main ] + branches: [ oadp-dev ] workflow_dispatch: jobs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7484b7f8..fc41ab8e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,7 @@ name: Lint on: pull_request: - branches: [ main, master ] + branches: [ oadp-dev ] jobs: lint: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f772efe..06e08163 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Tests on: pull_request: - branches: [ main, master ] + branches: [ oadp-dev ] permissions: contents: read