diff --git a/.github/workflows/development_build.yml b/.github/workflows/development_build.yml index b6f65dc1..aaf70218 100644 --- a/.github/workflows/development_build.yml +++ b/.github/workflows/development_build.yml @@ -2,14 +2,14 @@ name: development_build on: push: branches: - - master + - PIA-000_rename_master_workflows workflow_dispatch: concurrency: group: "${{ github.ref }}" cancel-in-progress: true jobs: - build: + development_build: runs-on: macos-13 env: CERTIFICATE_PASSWORD: ${{ secrets.DEVELOPER_CERTIFICATE_PASSWORD }} diff --git a/.github/workflows/testflight_deploy.yml b/.github/workflows/testflight_deploy.yml index f82e5214..7e5d12bb 100644 --- a/.github/workflows/testflight_deploy.yml +++ b/.github/workflows/testflight_deploy.yml @@ -2,7 +2,7 @@ name: testflight_deploy on: push: branches: - - master + - PIA-000_rename_master_workflows workflow_dispatch: concurrency: