Skip to content

Commit 9a5445f

Browse files
committed
chore: Run workflows on maint/*
1 parent f563e56 commit 9a5445f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/deno_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Deno build
33

44
on:
55
push:
6-
branches: [main, dev]
6+
branches: [main, dev, maint/*]
77
tags: ['*']
88
pull_request:
9-
branches: [main, dev]
9+
branches: [main, dev, maint/*]
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/docker-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Docker
22

33
on:
44
push:
5-
branches: [main, dev]
5+
branches: [main, dev, maint/*]
66
tags: ['*']
77
pull_request:
8-
branches: [main, dev]
8+
branches: [main, dev, maint/*]
99
workflow_dispatch:
1010

1111
concurrency:

.github/workflows/validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Validation
33

44
on:
55
push:
6-
branches: [main]
6+
branches: [main, dev, maint/*]
77
pull_request:
8-
branches: [main]
8+
branches: [main, dev, maint/*]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/web_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Web validator
33

44
on:
55
push:
6-
branches: [main, dev]
6+
branches: [main, dev, maint/*]
77
pull_request:
8-
branches: [main, dev]
8+
branches: [main, dev, maint/*]
99
release:
1010
types: [published]
1111
workflow_dispatch:

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: PyPI
22

33
on:
44
push:
5-
branches: [main, dev]
5+
branches: [main, dev, maint/*]
66
tags: ['*']
77
pull_request:
8-
branches: [main, dev]
8+
branches: [main, dev, maint/*]
99
workflow_dispatch:
1010

1111
concurrency:

0 commit comments

Comments
 (0)