Skip to content

Commit 2ffc1c4

Browse files
committed
Update phpBB GH Actions
1 parent 1d54a51 commit 2ffc1c4

2 files changed

Lines changed: 9 additions & 288 deletions

File tree

.github/workflows/tests.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
name: Tests
22

33
on:
4-
push:
5-
branches: # Run tests when commits are pushed to these branches in your repo
4+
push: # Run tests when commits are pushed to these branches in your repo,
5+
branches: # ... or remove this branches section to run tests on all your branches
6+
- main # Main production branch
7+
- master # Legacy or alternative main branch
8+
- dev/* # Any feature branches under "dev/", e.g., dev/new-feature
9+
10+
pull_request: # Run tests when pull requests are made on these branches in your repo,
11+
branches: # ... or remove this branches section to run tests on all your branches
612
- main
713
- 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
1514
- dev/*
1615

1716
jobs:
1817
call-tests:
1918
name: Extension tests
2019
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
2120
with:
22-
EXTNAME: lukewcs/extmgrplus # Your extension vendor/package name
21+
EXTNAME: lukewcs/extmgrplus # Your extension vendor/package name (required)
2322
RUN_MYSQL_JOBS: 0
2423
RUN_PGSQL_JOBS: 0
2524
RUN_MSSQL_JOBS: 0

0 commit comments

Comments
 (0)