File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name: CI
33
44# Controls when the action will run:
55# https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#filtering-for-specific-branches-tags-and-paths
6- # Triggers the workflow on push events or pull request events for the
7- # master branch only :
6+ # Triggers the workflow on push events for the master branch only,
7+ # or all pull request events :
88on :
99 push :
1010 branches :
1111 - master
1212 pull_request :
1313 branches :
14- - master
14+ - ' ** '
1515
1616# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717# This workflow contains two jobs, build and mathcomp:
Original file line number Diff line number Diff line change 77 - master
88 pull_request :
99 branches :
10- - master
10+ - ' ** '
1111
1212jobs :
1313 uid-test :
You can’t perform that action at this time.
0 commit comments