Skip to content

Commit f2e1b8a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +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-
'''
19+
```
2020
on:
2121
push:
2222
branches: [ master ]
2323
paths:
2424
- '**.mlx'
25-
'''
25+
```
2626

2727

2828
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)