Skip to content

Commit

Permalink
Merge pull request #40 from Zondax/ledger-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala authored Oct 7, 2022
2 parents bd9cfff + 5e07622 commit e171939
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ledger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
branches:
- main
- develop
pull_request:
branches: [main]
branches:
- main
- develop

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: Build
on: [push]
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop


jobs:
configure:
Expand Down

0 comments on commit e171939

Please sign in to comment.