Skip to content

Commit 3ffc5ba

Browse files
authored
Clean up tests.yml
1 parent c306815 commit 3ffc5ba

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
name: Tests
22

33
on:
4-
workflow_dispatch: # this is unique for external triggering by another repo
4+
workflow_dispatch: # this is unique for external triggering by another repo
55
push:
6-
branches: # Run tests when commits are pushed to these branches in your repo
6+
branches: # Run tests when commits are pushed to these branches in your repo
77
- main
88
- master
99
- develop
1010
- dev/*
11-
- testing-framework
12-
pull_request: # Run tests when pull requests are made on these branches in your repo
11+
pull_request: # Run tests when pull requests are made on these branches in your repo
1312
branches:
1413
- main
1514
- master
1615
- develop
1716
- dev/*
18-
- testing-framework
1917

2018
jobs:
2119
call-tests:
2220
name: Extension tests
23-
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x # The phpBB branch to run tests with
21+
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
2422
with:
2523
EXTNAME: acme/demo # Your extension vendor/package name

0 commit comments

Comments
 (0)