From 1048b781f180e95314b9ca71c9275ab4e38cc37f Mon Sep 17 00:00:00 2001 From: Kedar Sovani Date: Wed, 28 Dec 2022 14:59:07 +0530 Subject: [PATCH] Fix GitHub workflows --- .github/workflows/build-tlv-tool.yml | 4 ++-- .github/workflows/test-linux-mbedtls.yml | 4 ++-- .github/workflows/test-linux-openssl.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-tlv-tool.yml b/.github/workflows/build-tlv-tool.yml index e0d4a6c..062e4de 100644 --- a/.github/workflows/build-tlv-tool.yml +++ b/.github/workflows/build-tlv-tool.yml @@ -2,9 +2,9 @@ name: Build-TLV-Tool on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/test-linux-mbedtls.yml b/.github/workflows/test-linux-mbedtls.yml index 5640faa..6971853 100644 --- a/.github/workflows/test-linux-mbedtls.yml +++ b/.github/workflows/test-linux-mbedtls.yml @@ -2,9 +2,9 @@ name: Test-Linux-mbedTLS on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/test-linux-openssl.yml b/.github/workflows/test-linux-openssl.yml index fdfa525..7efc639 100644 --- a/.github/workflows/test-linux-openssl.yml +++ b/.github/workflows/test-linux-openssl.yml @@ -2,9 +2,9 @@ name: Test-Linux-OpenSSL on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: CARGO_TERM_COLOR: always