Skip to content

Commit b8bb9d3

Browse files
authored
Merge pull request #2925 from JuhQ/patch-20
Update part11d.md
2 parents 5cb43f1 + e871910 commit b8bb9d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/11/en/part11d.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ on:
4242
push:
4343
branches:
4444
- master
45-
pull_request: // highlight-line
46-
branches: [master] // highlight-line
47-
types: [opened, synchronize] // highlight-line
45+
pull_request: # highlight-line
46+
branches: [master] # highlight-line
47+
types: [opened, synchronize] # highlight-line
4848

4949
# note that your "main" branch might be called main instead of master
5050
```

0 commit comments

Comments
 (0)