We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790add5 commit 40a54e0Copy full SHA for 40a54e0
.github/workflows/CI.yml
@@ -1,9 +1,9 @@
1
name: CI
2
on:
3
- - push
+ push:
4
branches:
5
- master
6
- - pull_request
+ pull_request:
7
jobs:
8
test:
9
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
0 commit comments