Skip to content

Commit 4b00e1b

Browse files
committed
Test on push in any branch
1 parent 0a3674c commit 4b00e1b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Test package
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- master
86

97
concurrency:
108
group: ${{ github.workflow }}-${{ github.ref }}
@@ -39,4 +37,4 @@ jobs:
3937
TEST_COMMAND: OO_SERVER=localhost OO_PORT=2002 bin/testprod --layer=\!ROBOT --test=\!\(testSetup\|testPerf\)
4038
INSTALL_DEPENDENCIES_COMMANDS: |
4139
sudo pip install -r requirements.txt
42-
MATTERMOST_WEBHOOK_URL: ${{ secrets.DELIB_MATTERMOST_WEBHOOK_URL }}
40+
MATTERMOST_WEBHOOK_URL: ${{ secrets.DELIB_MATTERMOST_WEBHOOK_URL }}

0 commit comments

Comments
 (0)