Skip to content

Commit

Permalink
Trigger builds on all PR
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer committed Sep 11, 2024
1 parent e99515c commit 17f9fa3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase_test_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Runs Macro Benchmarks on Firebase Test Lab
on:
push:
branches: [ macrobenchmark, main ]
workflow_dispatch:
pull_request:

jobs:
# This job checks for any file changed within MacrobenchmarkSample/ folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Generate Baseline Profiles
on:
push:
branches: [ main ]
workflow_dispatch:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/macrobenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Builds Macrobenchmarks

on:
pull_request:
types: [opened, synchronize, reopened, 'labeled']
push:
branches: [ macrobenchmark, main ]
workflow_dispatch:

jobs:
# This job checks for any file changed within MacrobenchmarkSample/ folder
Expand Down

0 comments on commit 17f9fa3

Please sign in to comment.