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 4136f99 commit 0dc7ac5Copy full SHA for 0dc7ac5
.github/workflows/check-format.yml
@@ -9,7 +9,7 @@ on:
9
- '*'
10
11
jobs:
12
- format-check:
+ check-format:
13
runs-on: ubuntu-latest
14
15
steps:
.github/workflows/linuxBuild.yml
@@ -3,10 +3,13 @@ name: Linux build
3
on:
4
push:
5
branches:
6
- - main
+ - '*'
7
+ pull_request:
8
+ branches:
- build:
+ build-linux:
- uses: actions/checkout@v4
0 commit comments