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
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-
4544on :
46- pull_request :
47- types : [opened, synchronize]
4845 push :
49- branches :
50- - master
5146 tags :
5247 - ' *'
5348 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments