Skip to content

Commit 7db1489

Browse files
committed
ci: temporarily re-add branch trigger to validate consolidated config
1 parent ed6619b commit 7db1489

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
pull_request:
55
push:
6-
branches: [main, master]
6+
branches: [main, master, migrate-avnd-addon]
77
tags: ['v*']
88

99
concurrency:

.github/workflows/portability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Portability
33
on:
44
pull_request:
55
push:
6-
branches: [main, master]
6+
branches: [main, master, migrate-avnd-addon]
77

88
concurrency:
99
group: ${{ github.workflow }}-portability-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)