Skip to content

Commit 94d8030

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents 44d9a2d + 3e61a06 commit 94d8030

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
name: Tests
22

3-
on:
4-
push:
5-
branches: # Run tests when commits are pushed to these branches in your repo
6-
- main
7-
- master
8-
- develop
9-
- dev/*
10-
pull_request: # Run tests when pull requests are made on these branches in your repo
11-
branches:
12-
- main
13-
- master
14-
- develop
15-
- dev/*
3+
on: [push, pull_request]
164

175
jobs:
186
call-tests:
7+
name: Extension tests
198
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
209
with:
2110
EXTNAME: vse/dbtool # Your extension vendor/package name

0 commit comments

Comments
 (0)