We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a889c79 + 3537e2b commit f4de413Copy full SHA for f4de413
.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