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.
2 parents 5cb43f1 + e871910 commit b8bb9d3Copy full SHA for b8bb9d3
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