Skip to content

Commit

Permalink
add nix build for arm to develop CI (#1899)
Browse files Browse the repository at this point in the history
* enable ci for develop branch

* add nix build for arm

* add
  • Loading branch information
rob-maron authored Oct 10, 2023
1 parent 5c0e491 commit 3fc6194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'main'
pull_request:
branches:
- 'develop'
- 'main'
- '*/*'
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_arm_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'develop'
pull_request:
branches:
- 'main'
Expand Down

0 comments on commit 3fc6194

Please sign in to comment.