Skip to content

Commit a9539ff

Browse files
committed
.github/workflows/config.yml: [run pull/requet]
1 parent fbb0da7 commit a9539ff

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/config.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
on:
2-
push:
3-
branches:
4-
- master
5-
pull_request:
1+
on: [push, pull_request]
62

73
env:
84
DISPLAY: ':0.0'
@@ -24,8 +20,10 @@ jobs:
2420
steps:
2521
- name: Chcekout
2622
uses: actions/checkout@v4
27-
with:
28-
submodules: true
23+
24+
- name: Run apt update
25+
run: |
26+
sudo apt update -y -qq
2927
3028
- name: Start X server
3129
run: |

0 commit comments

Comments
 (0)