Fix GitHub workflows
This commit is contained in:
parent
731316d44e
commit
1048b781f1
3 changed files with 6 additions and 6 deletions
4
.github/workflows/build-tlv-tool.yml
vendored
4
.github/workflows/build-tlv-tool.yml
vendored
|
@ -2,9 +2,9 @@ name: Build-TLV-Tool
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
4
.github/workflows/test-linux-mbedtls.yml
vendored
4
.github/workflows/test-linux-mbedtls.yml
vendored
|
@ -2,9 +2,9 @@ name: Test-Linux-mbedTLS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
4
.github/workflows/test-linux-openssl.yml
vendored
4
.github/workflows/test-linux-openssl.yml
vendored
|
@ -2,9 +2,9 @@ name: Test-Linux-OpenSSL
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Add table
Reference in a new issue