Skip to content

Commit

Permalink
ci: Rename develop to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jan 28, 2025
1 parent 0ffe07d commit 9d38aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches: [develop, develop-0.1, develop-0.2]
branches: [main, main-0.1, main-0.2, main-0.3, main-0.4]
pull_request:
branches: [develop, develop-0.1, develop-0.2]
branches: [main, main-0.1, main-0.2, main-0.3, main-0.4]

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down

0 comments on commit 9d38aaa

Please sign in to comment.