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: on:
push: push:
branches: [ "develop" ] branches: [ "main" ]
pull_request: pull_request:
branches: [ "develop" ] branches: [ "main" ]
schedule: schedule:
- cron: '20 7 * * 0' - cron: '20 7 * * 0'

View File

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

View File

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

View File

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