Skip to content

Commit 94cdd07

Browse files
authored
Update DocNav.yml
1 parent ce5dd69 commit 94cdd07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/DocNav.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Add Navbar
22

33
on:
4+
push:
5+
branches:
6+
- gh-pages
47
page_build: # Triggers the workflow on push events to gh-pages branch
58
workflow_dispatch: # Allows manual triggering
69
schedule:
@@ -49,4 +52,4 @@ jobs:
4952
git push "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" gh-pages
5053
else
5154
echo "No changes to commit"
52-
fi
55+
fi

0 commit comments

Comments
 (0)