Skip to content

Commit 214f2ee

Browse files
committed
Remove 'use-latest-version' branch from deploy tests
The deploy tests workflow will no longer run on pushes to the 'use-latest-version' branch. This streamlines workflow triggers to only relevant branches.
1 parent 5dcf3e9 commit 214f2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run deploy tests
33
on:
44
workflow_dispatch:
55
push:
6-
branches: ["main", "rc-*", "deploy-**", "use-latest-version"]
6+
branches: ["main", "rc-*", "deploy-**"]
77

88
jobs:
99
playwright-deploys:

0 commit comments

Comments
 (0)