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