Skip to content

Commit

Permalink
enable ci for develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Oct 10, 2023
1 parent ad0d942 commit f30a36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build, Lint, and Test
on:
push:
branches:
- 'benchmarking_*'
- 'develop'
- 'main'
pull_request:
branches:
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 @@ -8,6 +8,7 @@ on:
branches:
- 'main'
- '*/*'
- 'develop'
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
Expand Down

0 comments on commit f30a36a

Please sign in to comment.