Skip to content

Commit

Permalink
chore: set branch for all workflows to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ndv99 committed Dec 13, 2024
1 parent cb06baf commit b8bddd9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Accessibility
on:
push:
branches:
- main
- "3.*"
- "3.6"
jobs:
cypress-axe:
name: cypress-axe
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Cypress
on:
push:
branches:
- main
- "3.*"
- "*cypress*"
- "3.6"
pull_request:
types: [opened, synchronize, reopened]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/links-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
- cron: "0 14 * * 1-5" # At 14:00 every day-of-week from Monday through Friday.
push:
branches:
- main
- "3.5"
- "3.6"

jobs:
docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Playwright Tests
on:
push:
branches: [main]
branches: "3.6"
jobs:
test:
timeout-minutes: 15
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sitespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: sitespeed.io
on:
push:
branches:
- main
- "3.*"
- "3.6"
jobs:
run-sitespeed:
name: Run sitespeed.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- "3.6"
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build upload
on:
push:
branches:
- main
- "3.*"
- "3.6"
jobs:
upload-build:
if: github.repository_owner == 'canonical'
Expand Down

0 comments on commit b8bddd9

Please sign in to comment.