Skip to content

Commit 8bc8639

Browse files
author
mike dupont
committed
renable
1 parent 16797c7 commit 8bc8639

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/run-performance-tests.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: Run performance tests
33
on:
44
workflow_dispatch:
55
repository_dispatch:
6-
# push:
7-
# branches:
8-
# - master
9-
# - main
10-
# - feature/*
11-
# - hotfix/*
12-
# - release/*
13-
# - support/*
14-
# - revert-*
15-
# - dependabot/*
6+
push:
7+
branches:
8+
- master
9+
- main
10+
- feature/*
11+
- hotfix/*
12+
- release/*
13+
- support/*
14+
- revert-*
15+
- dependabot/*
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)