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 f776fd2 commit cc44198Copy full SHA for cc44198
.github/workflows/build-linux.yml
@@ -6,8 +6,6 @@ on: # yamllint disable-line rule:truthy
6
branches:
7
- main
8
pull_request:
9
- branches:
10
- - main
11
12
permissions: read-all
13
.github/workflows/super-linter.yml
@@ -9,9 +9,9 @@ name: Lint Code Base
on: # yamllint disable-line rule:truthy
push:
- branches: ["main"]
+ branches:
+ - main
14
15
16
17
jobs:
0 commit comments