Skip to content

Commit 28a3d33

Browse files
committed
.github/workflows/ci-sage.yml: Only run on tags, not PRs, not branches
1 parent 71dc44a commit 28a3d33

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci-sage.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ name: Run Sage CI
1818
## - continuous integration, by building and testing other software
1919
## that depends on this project.
2020
##
21-
## It runs on every pull request and push of a tag to the GitHub repository.
21+
## It runs on every push of a tag to the GitHub repository
22+
## and can also be invoked manually ("workflow_dispatch").
2223
##
2324
## The testing can be monitored in the "Actions" tab of the GitHub repository.
2425
##
@@ -40,14 +41,8 @@ name: Run Sage CI
4041
## Many copies of the second step are run in parallel for each of the tested
4142
## systems/configurations.
4243

43-
#on: [push, pull_request]
44-
4544
on:
46-
pull_request:
47-
types: [opened, synchronize]
4845
push:
49-
branches:
50-
- master
5146
tags:
5247
- '*'
5348
workflow_dispatch:

0 commit comments

Comments
 (0)