We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c1dc7 commit d353fe8Copy full SHA for d353fe8
.github/workflows/CI.yml
@@ -1,7 +1,13 @@
1
name: CI
2
+
3
on:
- - push
4
- - pull_request
+ push:
5
+ branches:
6
+ - master
7
+ - main
8
+ tags: ['*']
9
+ pull_request:
10
11
jobs:
12
test:
13
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
.gitignore
@@ -4,3 +4,4 @@ docs/build/
*.jl.mem
deps/deps.jl
.DS_Store
+Manifest.toml
0 commit comments