Skip to content

Commit

Permalink
Merge pull request #7 from pdimens/dev
Browse files Browse the repository at this point in the history
fix metadata
  • Loading branch information
pdimens committed Nov 13, 2020
2 parents be648a2 + ef55a60 commit 2f231df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_main,yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI_main
name: CI_dev
on:
pull_request:
branches: [main]
branches: [dev]
push:
branches: [main]
branches: [dev]
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
Expand All @@ -12,7 +12,7 @@ jobs:
matrix:
version:
- '1.4'
- 'nightly'
# - 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand Down

0 comments on commit 2f231df

Please sign in to comment.