diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9990c1..304e967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,10 @@ on: schedule: - cron: 00 00 * * 1 # run every Monday at 00:00 push: - branches: [master] + branches: [main] tags: [v*] pull_request: - branches: [master] + branches: [main] jobs: build: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd00c91..e1a5a1d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,9 +4,9 @@ on: schedule: - cron: 00 00 * * 1 # every Monday at 00:00 push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: lint: