diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ac59b72..e801fad 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,8 +1,8 @@ on: push: - branches: ["master"] + branches: ["main"] pull_request: - branches: ["master"] + branches: ["main"] workflow_dispatch: schedule: - cron: "0 0 * * *"