Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Run CodeQL analysis

on:
push:
branches: [develop, 7.0.9-hotfix, CMS/flatcap-july, CMS/flatcap, master, poc-symfony-upgrade, release/9.0.3-symfony, release/9.0.3, release/9.0.4, release/10.3.1, dom-text]
branches: [main, develop, 7.0.9-hotfix, CMS/flatcap-july, CMS/flatcap, master, poc-symfony-upgrade, release/9.0.3-symfony, release/9.0.3, release/9.0.4, release/10.3.1, dom-text]
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
branches: [main, develop]
schedule:
- cron: '0 21 * * 1'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy-docusaurus

on:
push:
branches: [develop]
branches: [main, develop]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: JavaScript Tests

on:
push:
branches: [ develop ]
branches: [ main, develop ]
pull_request:
branches: [ develop ]
branches: [ main, develop ]
workflow_dispatch:

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Run PHP test suite
on:
# Triggers the workflow on push or pull request events but only for the develop branch
push:
branches: [ develop ]
branches: [ main, develop ]
pull_request:
branches: [ develop ]
branches: [ main, develop ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
Loading