Skip to content

Commit 043bdbe

Browse files
Update README.md
1 parent eb1a9ad commit 043bdbe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ To understand GitHub actions you need to look for the github workflow folder whe
1616
**What does main.yml do?**
1717
Here is an explanation of each section of the .yml file. Pictures of the sections are added and an explanation is given beneath the picture.
1818

19-
![image](https://github.com/opencobra/cobratoolbox/assets/68754265/572aa402-0c06-4eb8-b63e-b9695a722d4e)
19+
'''
20+
on:
21+
push:
22+
branches: [ master ]
23+
paths:
24+
- '**.mlx'
25+
'''
2026

2127

2228
This section of code basically means it will only run when a push is made to the master branch and one of the file types is a .mlx file. If not .mlx files are pushed, we don’t continue.

0 commit comments

Comments
 (0)