Fix workflow triggers to use 'main' branch instead of 'master'

This commit is contained in:
Damir Mukimov 2025-11-27 04:25:20 +01:00
parent 4876c3d9db
commit 36a9e97fc8
No known key found for this signature in database
GPG Key ID: 42996CC7C73BC750
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ name: CI/CD Pipeline
on: on:
push: push:
branches: [main, develop] branches: [master, develop]
pull_request: pull_request:
branches: [main, develop] branches: [master, develop]
jobs: jobs:
# Security scanning with CodeQL (only on main branch pushes) # Security scanning with CodeQL (only on main branch pushes)

View File

@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: [main] branches: [master]
pull_request: pull_request:
branches: [main] branches: [master]
jobs: jobs:
lint-and-test: lint-and-test: