Skip to content

Commit b39b011

Browse files
authored
Merge pull request #50 from phpbb-extensions/3.3.x
Merge 3.3.x into master
2 parents 9a29688 + ff30721 commit b39b011

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@ On GitHub.com, go to your extension's repository, click **Add file → Create ne
2020
name: Tests
2121

2222
on:
23-
push:
24-
branches: # Run tests when commits are pushed to these branches in your repo
23+
push: # Run tests when commits are pushed to these branches in your repo,
24+
branches: # ... or remove this branches section to run tests on all your branches
25+
- main # Main production branch
26+
- master # Legacy or alternative main branch
27+
- dev/* # Any feature branches under "dev/", e.g., dev/new-feature
28+
29+
pull_request: # Run tests when pull requests are made on these branches in your repo,
30+
branches: # ... or remove this branches section to run tests on all your branches
2531
- main
2632
- master
27-
- develop
28-
- dev/*
29-
pull_request: # Run tests when pull requests are made on these branches in your repo
30-
branches:
31-
- main
32-
- master
33-
- develop
3433
- dev/*
3534

3635
jobs:

0 commit comments

Comments
 (0)