We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b9c4a commit e5d6084Copy full SHA for e5d6084
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,5 @@
1
name: CI
2
+
3
on:
4
pull_request:
5
branches:
@@ -7,6 +8,7 @@ on:
7
8
9
- main
10
tags: '*'
11
12
# needed to allow julia-actions/cache to delete old caches that it has created
13
permissions:
14
actions: write
0 commit comments