Skip to content

Commit 9061541

Browse files
Version 1.5.5
1 parent c692e3b commit 9061541

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/Tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: Tests
22
on:
33
push:
44
branches:
5-
- main
6-
tags: ['*']
5+
- "*"
76
pull_request:
7+
branches:
8+
- "*"
9+
schedule:
10+
- cron: '0 0 * * *' ## daily
811
concurrency:
912
# Skip intermediate builds: always.
1013
# Cancel intermediate builds: only if it is a pull request build.

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CapAndHomalg"
22
uuid = "c4774649-1891-41ea-a883-87141804c57c"
33
authors = ["Mohamed Barakat <[email protected]>"]
4-
version = "1.5.4"
4+
version = "1.5.5"
55

66
[deps]
77
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"

0 commit comments

Comments
 (0)