Skip to content

Commit 6293bdf

Browse files
authored
Merge pull request #3 from SemanticMediaWiki/paladox-patch-1
Fix CI
2 parents 5c0ca08 + 009a7a6 commit 6293bdf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: CI
22

33
on:
44
push:
5+
branches: [ master ]
56
pull_request:
7+
branches: [ master ]
8+
workflow_dispatch:
69

710
jobs:
811
test:
@@ -18,7 +21,7 @@ jobs:
1821

1922
steps:
2023
- name: Checkout
21-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2225

2326
- name: Setup PHP
2427
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)