chore(rebrand): change references from develop to main

This commit is contained in:
Elian Doran 2025-06-21 17:52:47 +03:00
parent f497b71d37
commit 87aa4422c0
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,9 @@ name: "CodeQL Advanced"
on:
push:
branches: [ "develop" ]
branches: [ "main" ]
pull_request:
branches: [ "develop" ]
branches: [ "main" ]
schedule:
- cron: '20 7 * * 0'

View File

@ -1,9 +1,9 @@
name: Dev
on:
push:
branches: [ develop ]
branches: [ main ]
pull_request:
branches: [ develop ]
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -1,7 +1,7 @@
on:
push:
branches:
- "develop"
- "main"
- "feature/update**"
- "feature/server_esm**"
paths-ignore:

View File

@ -1,6 +1,6 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultBase": "develop",
"defaultBase": "main",
"namedInputs": {
"default": [
"{projectRoot}/**/*",