We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb43f1 commit e871910Copy full SHA for e871910
src/content/11/en/part11d.md
@@ -42,9 +42,9 @@ on:
42
push:
43
branches:
44
- master
45
- pull_request: // highlight-line
46
- branches: [master] // highlight-line
47
- types: [opened, synchronize] // highlight-line
+ pull_request: # highlight-line
+ branches: [master] # highlight-line
+ types: [opened, synchronize] # highlight-line
48
49
# note that your "main" branch might be called main instead of master
50
```
0 commit comments