We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9924c0 commit c822a80Copy full SHA for c822a80
.github/workflows/perf.yml
@@ -5,8 +5,9 @@ on:
5
push:
6
branches:
7
- master
8
+ - check-signals
9
pull_request:
- branches: [master]
10
+ branches: [master, check-signals]
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments