From 6cffa4655d0a243906d9e5654bc6fa4c7667ebf8 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 30 May 2021 09:44:07 +0200 Subject: [PATCH] Fix branch name Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c6072e..c9c2708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,13 +5,13 @@ on: - cron: '0 10 * * *' # everyday at 10am push: branches: - - 'master' + - 'main' - 'releases/v*' tags: - 'v*' pull_request: branches: - - 'master' + - 'main' - 'releases/v*' jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c43e76..588607d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,11 +3,11 @@ name: test on: push: branches: - - 'master' + - 'main' - 'releases/v*' pull_request: branches: - - 'master' + - 'main' - 'releases/v*' jobs: diff --git a/README.md b/README.md index 655dafe..d1e4d48 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ name: dagger on: push: branches: - - master + - main jobs: deploy: