From 3d1613493aa1554618fb2d7297f82e034b7694ce Mon Sep 17 00:00:00 2001 From: deeenes Date: Mon, 17 Jun 2024 17:52:01 +0200 Subject: [PATCH] =?UTF-8?q?github=20actions:=20branch=20name=20`master`=20?= =?UTF-8?q?=E2=86=92=20`main`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: