Skip to content

Commit ef48930

Browse files
committed
Fixing validation branches
1 parent 46c1e5e commit ef48930

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-doc-metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Validate Documentation Metadata
33
on: # yamllint disable-line rule:truthy
44
workflow_dispatch:
55
push:
6-
branches: [trib-setup]
6+
branches: [main]
77
pull_request:
8-
branches: [trib-setup]
8+
branches: [main]
99

1010
jobs:
1111
validate-doc-metadata:

0 commit comments

Comments
 (0)