We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb26aeb commit 61d6a87Copy full SHA for 61d6a87
.github/workflows/code-style.yml
@@ -3,7 +3,7 @@ name: code-style
3
on:
4
pull_request:
5
push:
6
- branches: [master, main]
+ branches: [main]
7
8
jobs:
9
code-style:
.github/workflows/test-and-pre-release.yml
@@ -6,7 +6,7 @@ name: Tests
10
11
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12
0 commit comments