From e8d0a2c4b8b1fc1ddf1c60a01dc717a2f4e2d514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 15 Aug 2023 09:07:32 +0300 Subject: [PATCH] Update CI to run on main branch --- .github/workflows/sdp-types.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdp-types.yml b/.github/workflows/sdp-types.yml index 254c2cb..808afd3 100644 --- a/.github/workflows/sdp-types.yml +++ b/.github/workflows/sdp-types.yml @@ -3,10 +3,10 @@ name: sdp-types on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: rustfmt-clippy: