Skip to content

Commit 639f691

Browse files
test nightly build
1 parent 6b5ff07 commit 639f691

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: build
22

33
on:
44
push:
5-
branches:
6-
- main
75
schedule:
86
- cron: '0 4 * * MON-FRI' # run every weekday at 4AM (https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
97
workflow_dispatch:
@@ -70,7 +68,6 @@ jobs:
7068

7169
publish:
7270
needs: build
73-
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main')
7471
runs-on: ubuntu-latest
7572
environment: production
7673
permissions:

0 commit comments

Comments
 (0)