Skip to content

Commit 7ff8a37

Browse files
committed
update workflow
1 parent 5164932 commit 7ff8a37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_all_rust_apps.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ on:
55
pull_request:
66

77
jobs:
8+
display_branch:
9+
name: Display branch
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Display branch
13+
run: |
14+
echo "Branch:" ${{ github.ref }}
15+
echo "Head ref:" ${{ github.head_ref }}
816
test_build_rust:
917
name: Build all Rust apps with the reusable workflow
1018
uses: LedgerHQ/ledger-device-rust-sdk/.github/workflows/reusable_build_all_apps.yml@y333/update_ci

0 commit comments

Comments
 (0)