We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43506bd commit d7919f1Copy full SHA for d7919f1
.github/workflows/CI.yml
@@ -1,7 +1,9 @@
1
name: CI
2
on:
3
- - push
4
- - pull_request
+ push:
+ branches: [main, master]
5
+ tags: ["*"]
6
+ pull_request:
7
jobs:
8
test:
9
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
0 commit comments