Fix GitHub workflows

This commit is contained in:
Kedar Sovani 2022-12-28 14:59:07 +05:30
parent 731316d44e
commit 1048b781f1
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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