Skip to content

Commit 8d9e4d8

Browse files
committed
docs: fix comments in workflows
1 parent 96040ce commit 8d9e4d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: Tests
66
on:
77
push:
88
branches:
9-
- master # allthough master is push protected we still keep it
9+
- master # although master is push protected we still keep it
1010
- development
1111
pull_request: # runs on all PR
1212
branches-ignore:
13-
- release-* # on release we run an extended workflow so no need for this
13+
- release-* # on release, we run an extended workflow so no need for this
1414

1515
jobs:
1616
lint:

0 commit comments

Comments
 (0)