Skip to content

Commit f4de413

Browse files
authored
Merge pull request #72 from iMattPro/fixes
Fix tests
2 parents a889c79 + 3537e2b commit f4de413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: # Run tests when commits are pushed to these branches in your repo
66
- main
77
- master
8-
- develop
8+
- 3.3.x
99
- dev/*
1010
pull_request: # Run tests when pull requests are made on these branches in your repo
1111
branches:
1212
- main
1313
- master
14-
- develop
14+
- 3.3.x
1515
- dev/*
1616

1717
jobs:
@@ -22,4 +22,4 @@ jobs:
2222
EXTNAME: phpbb/teamsecurity # Your extension vendor/package name
2323
CODECOV: 1
2424
secrets:
25-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this
25+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this

0 commit comments

Comments
 (0)