File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
66on :
77 # Trigger the workflow on push to devel branch
88 push :
9- branches : [ devel ]
9+ branches : [ devel, main ]
1010 paths :
1111 - ' bin/MarsCalendar.py'
1212 - ' tests/test_marscalendar.py'
1515 workflow_dispatch :
1616 # Trigger on pull requests that modify MarsCalendar or tests
1717 pull_request :
18- branches : [ devel ]
18+ branches : [ devel, main ]
1919 paths :
2020 - ' bin/MarsCalendar.py'
2121 - ' tests/test_marscalendar.py'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
66on :
77 # Trigger the workflow on push to devel branch
88 push :
9- branches : [ devel ]
9+ branches : [ devel, main ]
1010 paths :
1111 - ' bin/MarsFiles.py'
1212 - ' tests/test_marsfiles.py'
1616 workflow_dispatch :
1717 # Trigger on pull requests that modify relevant files
1818 pull_request :
19- branches : [ devel ]
19+ branches : [ devel, main ]
2020 paths :
2121 - ' bin/MarsFiles.py'
2222 - ' tests/test_marsfiles.py'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
66on :
77 # Trigger the workflow on push to devel branch
88 push :
9- branches : [ devel ]
9+ branches : [ devel, main ]
1010 paths :
1111 - ' bin/MarsFormat.py'
1212 - ' tests/test_marsformat.py'
1515 workflow_dispatch :
1616 # Trigger on pull requests that modify MarsFormat or tests
1717 pull_request :
18- branches : [ devel ]
18+ branches : [ devel, main ]
1919 paths :
2020 - ' bin/MarsFormat.py'
2121 - ' tests/test_marsformat.py'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
66on :
77 # Trigger the workflow on push to devel branch
88 push :
9- branches : [ devel ]
9+ branches : [ devel, main ]
1010 paths :
1111 - ' bin/MarsInterp.py'
1212 - ' tests/test_marsinterp.py'
1616 workflow_dispatch :
1717 # Trigger on pull requests that modify relevant files
1818 pull_request :
19- branches : [ devel ]
19+ branches : [ devel, main ]
2020 paths :
2121 - ' bin/MarsInterp.py'
2222 - ' tests/test_marsinterp.py'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
66on :
77 # Trigger the workflow on push to devel branch
88 push :
9- branches : [ devel ]
9+ branches : [ devel, main ]
1010 paths :
1111 - ' bin/MarsPlot.py'
1212 - ' tests/test_marsplot.py'
1515 workflow_dispatch :
1616 # Trigger on pull requests that modify MarsPlot or tests
1717 pull_request :
18- branches : [ devel ]
18+ branches : [ devel, main ]
1919 paths :
2020 - ' bin/MarsPlot.py'
2121 - ' tests/test_marsplot.py'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
66on :
77 # Trigger the workflow on push to devel branch
88 push :
9- branches : [ devel ]
9+ branches : [ devel, main ]
1010 paths :
1111 - ' bin/MarsPull.py'
1212 - ' tests/test_marspull.py'
1515 workflow_dispatch :
1616 # Trigger on pull requests that modify MarsFormat or tests
1717 pull_request :
18- branches : [ devel ]
18+ branches : [ devel, main ]
1919 paths :
2020 - ' bin/MarsPull.py'
2121 - ' tests/test_marspull.py'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
66on :
77 # Trigger the workflow on push to devel branch
88 push :
9- branches : [ devel ]
9+ branches : [ devel, main ]
1010 paths :
1111 - ' bin/MarsVars.py'
1212 - ' tests/test_marsvars.py'
1818 workflow_dispatch :
1919 # Trigger on pull requests that modify relevant files
2020 pull_request :
21- branches : [ devel ]
21+ branches : [ devel, main ]
2222 paths :
2323 - ' bin/MarsVars.py'
2424 - ' tests/test_marsvars.py'
You can’t perform that action at this time.
0 commit comments