Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit fd27d88

Browse files
author
Matthias Koeppe
committed
Trigger CI with tags
1 parent 2bbd4b3 commit fd27d88

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci-cygwin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: windows-latest
33
on:
44
pull_request:
55
types: [opened, synchronize]
6+
push:
7+
tags:
8+
- '*'
69

710
env:
811
MAKE: make -j8

.github/workflows/tox-optional.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ name: Run SAGE_ROOT/tox.ini TARGETS_OPTIONAL
2020
on:
2121
pull_request:
2222
types: [opened, synchronize]
23+
push:
24+
tags:
25+
- '*'
2326

2427
env:
2528
TARGETS_PRE: build/make/Makefile

.github/workflows/tox.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ name: Run SAGE_ROOT/tox.ini
2020
on:
2121
pull_request:
2222
types: [opened, synchronize]
23+
push:
24+
tags:
25+
- '*'
2326

2427
env:
2528
TARGETS_PRE: sagelib-build-deps

0 commit comments

Comments
 (0)