Skip to content

Commit 0dc7ac5

Browse files
committed
Update workflows
1 parent 4136f99 commit 0dc7ac5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/check-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '*'
1010

1111
jobs:
12-
format-check:
12+
check-format:
1313
runs-on: ubuntu-latest
1414

1515
steps:

.github/workflows/linuxBuild.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ name: Linux build
33
on:
44
push:
55
branches:
6-
- main
6+
- '*'
7+
pull_request:
8+
branches:
9+
- '*'
710

811
jobs:
9-
build:
12+
build-linux:
1013
runs-on: ubuntu-latest
1114
steps:
1215
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)