We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44d9a2d + 3e61a06 commit 94d8030Copy full SHA for 94d8030
1 file changed
.github/workflows/tests.yml
@@ -1,21 +1,10 @@
1
name: Tests
2
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
13
14
15
+on: [push, pull_request]
16
17
jobs:
18
call-tests:
+ name: Extension tests
19
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
20
with:
21
EXTNAME: vse/dbtool # Your extension vendor/package name
0 commit comments