Skip to content

Commit c63dc82

Browse files
committed
Update Workflow YAML files to include master.
1 parent 1ae2148 commit c63dc82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/firebase_test_lab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Runs Macro Benchmarks on Firebase Test Lab
22

33
on:
44
push:
5-
branches: [ macrobenchmark ]
5+
branches: [ macrobenchmark, main ]
66
workflow_dispatch:
77

88
jobs:

.github/workflows/macrobenchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened, 'labeled']
66
push:
7-
branches: [ macrobenchmark, macrobenchmark-public ]
7+
branches: [ macrobenchmark, main ]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)