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 96040ce commit 8d9e4d8Copy full SHA for 8d9e4d8
.github/workflows/tests.yml
@@ -6,11 +6,11 @@ name: Tests
6
on:
7
push:
8
branches:
9
- - master # allthough master is push protected we still keep it
+ - master # although master is push protected we still keep it
10
- development
11
pull_request: # runs on all PR
12
branches-ignore:
13
- - release-* # on release we run an extended workflow so no need for this
+ - release-* # on release, we run an extended workflow so no need for this
14
15
jobs:
16
lint:
0 commit comments