Update GitHub Actions workflows to reflect branch name changes

- Renamed the documentation workflow from "Deploy Documentation to GitHub Pages" to "Documentation to GitHub Pages" for clarity.
- Updated the branch names in the lint and tests workflows from "develop" to "dexter" to align with the new branch strategy.

These changes improve the consistency and clarity of the CI/CD workflows.
This commit is contained in:
Yury Pikhtarev 2025-07-11 23:16:33 +02:00
commit de8b374a70
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name: Deploy Documentation to GitHub Pages name: Documentation to GitHub Pages
on: on:
push: push:

View file

@ -3,11 +3,11 @@ name: Linter
on: on:
push: push:
branches: branches:
- develop - dexter
- main - main
pull_request: pull_request:
branches: branches:
- develop - dexter
- main - main
permissions: permissions:

View file

@ -3,11 +3,11 @@ name: Tests
on: on:
push: push:
branches: branches:
- develop - dexter
- main - main
pull_request: pull_request:
branches: branches:
- develop - dexter
- main - main
permissions: permissions: