We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a889c79 commit 3537e2bCopy full SHA for 3537e2b
1 file changed
.github/workflows/tests.yml
@@ -5,13 +5,13 @@ on:
5
branches: # Run tests when commits are pushed to these branches in your repo
6
- main
7
- master
8
- - develop
+ - 3.3.x
9
- dev/*
10
pull_request: # Run tests when pull requests are made on these branches in your repo
11
branches:
12
13
14
15
16
17
jobs:
@@ -22,4 +22,4 @@ jobs:
22
EXTNAME: phpbb/teamsecurity # Your extension vendor/package name
23
CODECOV: 1
24
secrets:
25
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this
0 commit comments