Skip to content

Commit

Permalink
rename branch master to main (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen authored Dec 14, 2024
1 parent 1aec923 commit 6c5fcef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/near-rewards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-aiproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "AI proxy tests"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:
Expand Down

0 comments on commit 6c5fcef

Please sign in to comment.