From 6c5fcefdd7eec17dfc773c0f8e2f29ce570b2ea8 Mon Sep 17 00:00:00 2001 From: Peter Salomonsen Date: Sat, 14 Dec 2024 18:38:12 +0100 Subject: [PATCH] rename branch master to main (#24) --- .github/workflows/main.yml | 4 ++-- .github/workflows/near-rewards.yml | 2 +- .github/workflows/test-aiproxy.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e274b30..f0b09c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: # Job to install dependencies and cache them diff --git a/.github/workflows/near-rewards.yml b/.github/workflows/near-rewards.yml index 4c80f9a..bbfc265 100644 --- a/.github/workflows/near-rewards.yml +++ b/.github/workflows/near-rewards.yml @@ -4,7 +4,7 @@ on: - cron: '0 */12 * * *' # Every 12 hours workflow_dispatch: # Manual trigger push: - branches: [ master ] # Start on main branch updates + branches: [ main ] # Start on main branch updates jobs: calculate-rewards: diff --git a/.github/workflows/test-aiproxy.yml b/.github/workflows/test-aiproxy.yml index bf9c361..23c27a9 100644 --- a/.github/workflows/test-aiproxy.yml +++ b/.github/workflows/test-aiproxy.yml @@ -2,9 +2,9 @@ name: "AI proxy tests" on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: test: