Skip to content

Commit

Permalink
Add linux arm64 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Apr 3, 2024
1 parent cc47c6b commit f6026d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: test build deploy
name: Linux ARM64

on:
# push:
# branches:
# - main
# - h5s_unlimited
push:
branches:
- main
workflow_dispatch:

env:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/mac-conda.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
on:
push:
branches:
- main
pull-request:
branches:
- main
workflow_dispatch:

name: OSX and Conda
name: OSX ARM64 and Conda

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f6026d6

Please sign in to comment.