Skip to content

Commit d17fff5

Browse files
committed
Fix checks running twice on pull requests
1 parent cf866fb commit d17fff5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: Check
1+
name: check
22

33
on:
44
push:
5+
branches: [main]
56
pull_request:
67

78
concurrency:

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- gcc
5959
- xcb
6060
- xcb.cross
61+
name: ${{ matrix.image }}
6162
runs-on: depot-ubuntu-22.04
6263
permissions:
6364
packages: write

0 commit comments

Comments
 (0)