Skip to content

Commit

Permalink
ci: Sync details against main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Mar 22, 2022
1 parent 9289121 commit 086f562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Expand Up @@ -2,15 +2,15 @@ name: Build and Test PR

on:
pull_request: # Trigger for pull requests.
types: [opened, synchronize, reopened, edited, ready_for_review]
types: [opened, synchronize, reopened]
branches:
- main
- v[0-9]*
workflow_dispatch: # Allows for manual triggering.
inputs:
ref:
description: "The ref to build and test."
required: False
required: false

jobs:
lint:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
# ones end early.
fail-fast: false

name: Build and test ${{ matrix.os }} ${{ matrix.browser }}
name: ${{ matrix.os }} ${{ matrix.browser }}
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 086f562

Please sign in to comment.