File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ name: Run Sage CI
18
18
# # - continuous integration, by building and testing other software
19
19
# # that depends on this project.
20
20
# #
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").
22
23
# #
23
24
# # The testing can be monitored in the "Actions" tab of the GitHub repository.
24
25
# #
@@ -40,14 +41,8 @@ name: Run Sage CI
40
41
# # Many copies of the second step are run in parallel for each of the tested
41
42
# # systems/configurations.
42
43
43
- # on: [push, pull_request]
44
-
45
44
on :
46
- pull_request :
47
- types : [opened, synchronize]
48
45
push :
49
- branches :
50
- - master
51
46
tags :
52
47
- ' *'
53
48
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments