Browse Source

chore(github-actions): Branch name correction

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
pull/350/head
Pranav C 3 years ago
parent
commit
4fea72b5fe
  1. 2
      .github/workflows/publish-docs.yml

2
.github/workflows/publish-docs.yml

@ -2,7 +2,7 @@ name: Publish Docs
on:
push:
branches: [ main ]
branches: [ master ]
jobs:
copy-file:

Loading…
Cancel
Save