We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ca0a3 commit f38d139Copy full SHA for f38d139
.github/workflows/ci-sage.yml
@@ -7,7 +7,7 @@ name: Run Sage CI for Linux
7
## - continuous integration, by building and testing other software
8
## that depends on this project.
9
##
10
-## It runs on every pull request and push of a tag to the GitHub repository.
+## It runs on every push of a tag to the GitHub repository.
11
12
## The testing can be monitored in the "Actions" tab of the GitHub repository.
13
@@ -33,11 +33,7 @@ name: Run Sage CI for Linux
33
## Many copies of the second step are run in parallel for each of the tested
34
## systems/configurations.
35
36
-#on: [push, pull_request]
37
-
38
on:
39
- pull_request:
40
- types: [opened, synchronize]
41
push:
42
tags:
43
- '*'
0 commit comments