Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 693b7b7

Browse files
authoredOct 2, 2024
Update examples-linux-tv-casting-app.yaml
1 parent 6388551 commit 693b7b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/examples-linux-tv-casting-app.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ name: Test TV Casting Example
1616

1717
on:
1818
push:
19+
branches:
20+
- master
21+
- 'v*-branch'
1922
branches-ignore:
20-
- "dependabot/**"
23+
- 'dependabot/**'
2124
pull_request:
2225
merge_group:
2326

0 commit comments

Comments
 (0)
Please sign in to comment.