Skip to content

Commit f3e3716

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 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,6 @@ jobs:
2420
steps:
2521
- name: Chcekout
2622
uses: actions/checkout@v4
27-
with:
28-
submodules: true
2923

3024
- name: Start X server
3125
run: |

0 commit comments

Comments
 (0)