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