Skip to content

Commit 4fb87d5

Browse files
author
Egor Rachkovskii
committed
ci: trigger compatibility workflow on the feature branch
Add a push trigger for test/cross-version-chat-compat so the workflow runs on CI before merge (workflow_dispatch only works once the file is on the default branch). To be removed before merge.
1 parent a30eff1 commit 4fb87d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/functional-tests-compatibility.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Functional Tests - Compatibility
22

33
on:
4+
push:
5+
branches:
6+
- test/cross-version-chat-compat
47
workflow_dispatch:
58
inputs:
69
peer_refs:

0 commit comments

Comments
 (0)