Run jobs on v6-dev too

This commit is contained in:
Mark Otto 2025-12-11 14:36:58 -08:00
parent a98aacc9b6
commit a95c4fcbcf
9 changed files with 10 additions and 1 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v6-dev
pull_request:
workflow_dispatch:

View File

@ -5,11 +5,13 @@ on:
branches:
- main
- v4-dev
- v6-dev
- "!dependabot/**"
pull_request:
branches:
- main
- v4-dev
- v6-dev
- "!dependabot/**"
schedule:
- cron: "0 2 * * 4"

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v6-dev
pull_request:
workflow_dispatch:

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v6-dev
pull_request:
workflow_dispatch:

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v6-dev
pull_request:
workflow_dispatch:

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v6-dev
pull_request:
workflow_dispatch:

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v6-dev
pull_request:
workflow_dispatch:

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v6-dev
workflow_dispatch:
permissions:

View File

@ -12,7 +12,7 @@ on:
schedule:
- cron: '27 12 * * 2'
push:
branches: [ "main" ]
branches: [ "main", "v6-dev" ]
# Declare default permissions as read only.
permissions: read-all