Skip to content

Commit 7f05d1c

Browse files
committed
change branch name for github actions
1 parent abc66eb commit 7f05d1c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Dev Documentation Build
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches: [docs/sphinx-minedojo-style]
56

67
jobs:
78
build-docs:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Documentation
22

33
on:
44
push:
5-
branches: [ main]
5+
branches: [main]
66

77
jobs:
88
build-docs:

0 commit comments

Comments
 (0)