Skip to content

Commit 09dfccf

Browse files
ci: remove nightly branch (#136)
1 parent e8cbf83 commit 09dfccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33

44
on:
55
pull_request:
6-
branches: [master, nightly]
6+
branches: [master]
77
types: [opened, synchronize, reopened]
88
push:
99
branches: [master]
@@ -64,5 +64,5 @@ jobs:
6464
author_name: ${{ secrets.GH_BOT_NAME }}
6565
directory: gh-pages
6666
branch: gh-pages
67-
force: true
67+
force: false
6868
message: automatic-update-${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)