mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
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:
parent
5ad823a04f
commit
de8b374a70
3 changed files with 5 additions and 5 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Deploy Documentation to GitHub Pages
|
||||
name: Documentation to GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -3,11 +3,11 @@ name: Linter
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- dexter
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- dexter
|
||||
- main
|
||||
|
||||
permissions:
|
||||
|
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -3,11 +3,11 @@ name: Tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- dexter
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- dexter
|
||||
- main
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue