Skip to content

Commit c8ae1e4

Browse files
Trigger builds on all PR
1 parent 919a42a commit c8ae1e4

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/firebase_test_lab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Runs Macro Benchmarks on Firebase Test Lab
33
on:
44
push:
55
branches: [ macrobenchmark, main ]
6-
workflow_dispatch:
6+
pull_request:
77

88
jobs:
99
# This job checks for any file changed within MacrobenchmarkSample/ folder

.github/workflows/generate-bp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Generate Baseline Profiles
33
on:
44
push:
55
branches: [ main ]
6-
workflow_dispatch:
6+
pull_request:
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

.github/workflows/macrobenchmark.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: Builds Macrobenchmarks
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened, 'labeled']
65
push:
76
branches: [ macrobenchmark, main ]
8-
workflow_dispatch:
97

108
jobs:
119
# This job checks for any file changed within MacrobenchmarkSample/ folder

0 commit comments

Comments
 (0)