Skip to content

Commit f40974d

Browse files
authored
run acctest on release branches
1 parent 0c4f171 commit f40974d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ concurrency:
44

55
on:
66
workflow_dispatch:
7-
7+
push:
8+
branches:
9+
- 'release-please**'
810
jobs:
911
acceptance-tests:
1012
name: Acceptance Tests

0 commit comments

Comments
 (0)