Skip to content

Commit d732bf0

Browse files
Change branch pattern to '**' for push events
1 parent 9e7ba0e commit d732bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Docs
33
on:
44
push:
55
branches:
6-
- '*'
6+
- '**'
77
pull_request:
88
branches: [master]
99
types: [opened, synchronize, reopened, closed]

0 commit comments

Comments
 (0)