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 5bcf055 commit 20a3683Copy full SHA for 20a3683
.github/workflows/ci.yml
@@ -1,7 +1,17 @@
1
name: CI
2
on:
3
- - push
4
- - pull_request
+ push:
+ branches:
5
+ - main
6
+ paths-ignore:
7
+ - 'LICENSE'
8
+ - 'README.md'
9
+ - '.github/workflows/TagBot.yml'
10
+ pull_request:
11
12
13
14
15
jobs:
16
test:
17
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
0 commit comments