Skip to content

Commit 19ca586

Browse files
committed
Change workflow branch from master to main
1 parent 25b7929 commit 19ca586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
schedule:
88
- cron: '0 4 * * MON-FRI' # run every weekday at 4AM (https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
99
workflow_dispatch:
1010
pull_request:
1111
branches:
12-
- master
12+
- main
1313

1414
jobs:
1515

@@ -57,7 +57,7 @@ jobs:
5757

5858
publish:
5959
needs: build
60-
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master')
60+
if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main')
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Download Workflow Artifact [GitHub Actions]

0 commit comments

Comments
 (0)