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 c692e3b commit 9061541Copy full SHA for 9061541
.github/workflows/Tests.yml
@@ -2,9 +2,12 @@ name: Tests
2
on:
3
push:
4
branches:
5
- - main
6
- tags: ['*']
+ - "*"
7
pull_request:
+ branches:
8
9
+ schedule:
10
+ - cron: '0 0 * * *' ## daily
11
concurrency:
12
# Skip intermediate builds: always.
13
# Cancel intermediate builds: only if it is a pull request build.
Project.toml
@@ -1,7 +1,7 @@
1
name = "CapAndHomalg"
uuid = "c4774649-1891-41ea-a883-87141804c57c"
authors = ["Mohamed Barakat <[email protected]>"]
-version = "1.5.4"
+version = "1.5.5"
[deps]
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"
0 commit comments